aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wrap help strings at 80 columnsTom Tromey2024-11-111-2/+4
* Add line-number stylingTom Tromey2024-09-301-1/+3
* gdb: deprecated filename_completer and associated functionsAndrew Burgess2024-09-071-6/+6
* gdb: make symbols const in struct inline_stateAndrew Burgess2024-08-281-1/+1
* gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi2024-08-121-1/+1
* gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi2024-07-151-1/+2
* gdb: pass program space to have_{full,partial}_symbolsSimon Marchi2024-07-151-1/+1
* gdb: pass program space to no_shared_librariesSimon Marchi2024-07-151-2/+2
* gdb: split no_shared_libraries, command vs implementationSimon Marchi2024-07-151-4/+4
* gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file...Simon Marchi2024-06-071-3/+2
* gdb: remove unused includes in utils.hSimon Marchi2024-05-301-0/+1
* gdb: remove unused include in infcmd.cSimon Marchi2024-05-161-1/+0
* Disallow trailing whitespace in docstringsTom Tromey2024-05-141-3/+3
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* Remove excess whitespace from doc strings of some commandsEli Zaretskii2024-04-161-6/+6
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Export "finish" return value to PythonTom Tromey2024-03-081-17/+0
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-201-5/+6
* gdb: add inferior parameter to breakpoint_init_inferiorSimon Marchi2024-02-091-5/+5
* gdb: remove some unnecessary frame_info_ptr resetsSimon Marchi2024-01-311-3/+0
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Fix GDB reverse-step and reverse-next command behaviorCarl Love2024-01-021-0/+13
* gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi2023-12-141-3/+3
* gdb: Guarantee that an SAL's end is right before the next statementGuinevere Larsen2023-12-081-39/+0
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-2/+2
* gdb: move all bfd_cache_close_all calls in gdb_bfd.cAndrew Burgess2023-11-201-1/+0
* gdb: remove get_current_regcacheSimon Marchi2023-11-171-2/+3
* gdb: remove target_gdbarchSimon Marchi2023-10-101-4/+4
* gdb: add inferior-specific breakpointsAndrew Burgess2023-08-171-11/+4
* gdb, infcmd: support jump command in multi-inferior casePuputti, Matti2023-08-161-1/+1
* gdb, infcmd: Support jump command with same line in multiple symtabsMatti Puputti2023-05-241-1/+13
* gdb: Avoid warning for the jump command inside an inline function.Felix Willgerodt2023-05-081-1/+2
* gdb/show_args_command: print to the ui_file argumentLancelot SIX2023-05-031-1/+1
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-1/+1
* Turn set_inferior_args_vector into method of inferiorTom Tromey2023-05-011-8/+0
* gdb: make set/show inferior-tty work with $_gdb_setting_strAndrew Burgess2023-04-281-13/+17
* gdb: make set/show cwd work with $_gdb_setting_strAndrew Burgess2023-04-281-10/+5
* gdb: make set/show args work with $_gdb_setting_strAndrew Burgess2023-04-281-21/+20
* gdb: cleanup command creation in infcmd.cAndrew Burgess2023-04-281-38/+31
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-1/+1
* gdb, infcmd: remove redundant ERROR_NO_INFERIOR in continue_commandNils-Christian Kempke2023-03-291-1/+0
* PowerPC: regression fix for reverse-finish command.Carl Love2023-03-211-2/+4
* PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love2023-03-171-9/+23
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-271-1/+1
* Improve "info program"Pedro Alves2023-02-271-21/+58
* Convert previous_inferior_ptid to strong reference to thread_infoPedro Alves2023-02-271-0/+5
* Turn record_latest_value into a methodTom Tromey2023-02-131-1/+1
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-2/+2
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-2/+2