aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/readline: add readline library version to 'show configuration'Andrew Burgess2024-11-121-0/+10
* Add setting to control frame language mismatch warningTom Tromey2024-11-111-1/+1
* gdb: include --enable-targets in 'show configuration' outputAndrew Burgess2024-10-081-0/+5
* [gdb] Eliminate catch(...) in execute_fn_to_stringTom de Vries2024-09-241-12/+2
* gdb: add overloads of gdb_abspathAndrew Burgess2024-06-271-1/+1
* gdb: remove unused includes in utils.hSimon Marchi2024-05-301-0/+1
* Remove unnecessary block from execute_fn_to_ui_fileTom Tromey2024-05-181-14/+12
* Remove gdb_stdtargerrTom Tromey2024-05-171-2/+0
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+0
* gdb: move execute function declarations from gdbcmd.h to top.hSimon Marchi2024-04-251-6/+7
* Remove excess whitespace from doc strings of some commandsEli Zaretskii2024-04-161-1/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* gdb: move more completion setup into completer.cAndrew Burgess2024-03-251-3/+0
* gdb: fix bug where quote characters would become nullptrAndrew Burgess2024-03-251-1/+0
* Change finalize_values into a final cleanupTom Tromey2024-02-271-6/+0
* Add extension_language_ops::shutdownTom Tromey2024-02-271-0/+2
* Fix AIX build break.Aditya Vidyadhar Kamath2024-01-311-4/+0
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-2/+2
* Refactor complaint thread-safety approachTom Tromey2024-01-081-1/+1
* gdb: pass address_space to target dcache functionsSimon Marchi2023-11-171-1/+1
* gdb/configure.ac: Add option --with-additional-debug-dirsThiago Jung Bauermann2023-10-051-0/+6
* Use string_file::release in some placesTom Tromey2023-09-261-2/+2
* [gdb/tui] Fix secondary promptTom de Vries2023-07-261-0/+6
* [gdb] Mention --with/without-system-readline for --configurationTom de Vries2023-05-301-0/+10
* gdb: fix post-hook execution for remote targetsJan Vrany2023-05-191-1/+3
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-143/+6
* PR gdb/30219: Clear sync_quit_force_run in quit_forceKevin Buettner2023-03-301-0/+8
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* Don't use struct buffer in top.cTom Tromey2023-02-241-14/+8
* gdb: add --with-curses to --configuration outputPhilippe Blain2023-02-211-0/+10
* gdb: 'show config' shows --with[out]-amd-dbgapiLancelot SIX2023-02-131-0/+10
* Rename to allow_tui_testsTom Tromey2023-01-131-0/+10
* Update copyright year in help message of gdb, gdbserver, gdbreplayJoel Brobecker2023-01-011-2/+2
* Fix "set debug timestamp"Tom Tromey2022-12-281-1/+1
* Fix compiling of top.cAndrew Pinski2022-12-211-1/+0
* Use toplevel configure for GMP and MPFR for gdbAndrew Pinski2022-12-211-8/+0
* gdb: fix command lookup in execute_command ()Jan Vrany2022-12-191-6/+2
* gdb: remove static buffer in command_line_inputSimon Marchi2022-12-151-26/+13
* gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess2022-12-141-2/+1
* gdb: fix possible use-after-free when executing commandsJan Vrany2022-12-121-2/+12
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* Use member initialization in 'struct ui'Tom Tromey2022-08-311-11/+2
* Use ui_out_redirect_pop in more placesTom Tromey2022-08-311-2/+1
* Free ui::line_bufferTom Tromey2022-08-311-0/+2
* Remove two initialization functionsTom Tromey2022-08-191-16/+7
* Change target_ops::async to accept boolTom Tromey2022-07-221-2/+2
* Replace input_interactive_p with a methodTom Tromey2022-07-181-9/+9
* gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess2022-04-241-0/+39
* gdb: handle bracketed-paste-mode and EOF correctlyAndrew Burgess2022-04-221-0/+1
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-8/+2