cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
11.1k stars 780 forks source link

Disable gdb startup text #299

Closed VinayWolf closed 1 year ago

VinayWolf commented 1 year ago

Hello sir, How to disable stratup text as i dont want it using python or gdbinit

cyrus-and commented 1 year ago

Hello, what text are you talking about?

VinayWolf commented 1 year ago

GNU gdb (GDB) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "aarch64-unknown-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: https://www.gnu.org/software/gdb/bugs/. Find the GDB manual and other documentation resources online at: http://www.gnu.org/software/gdb/documentation/.

This one!!

cyrus-and commented 1 year ago

This has nothing to do with the dashboard, you need to start GDB with -q, --quiet, or --silent.

VinayWolf commented 1 year ago

is there any way using python ??

cyrus-and commented 1 year ago

Not that I know of, since it concerns very early initialization.