summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove most calls to fixup_symbol_sectionTom Tromey2023-02-081-1/+0
* gdb: make frame_info_ptr auto-reinflatableSimon Marchi2023-01-201-1/+0
* gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi2023-01-201-1/+0
* Revert "X86: reverse-finish fix"Carl Love2023-01-181-13/+19
* Revert "PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/fini...Carl Love2023-01-181-26/+14
* PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love2023-01-171-14/+26
* X86: reverse-finish fixCarl Love2023-01-171-19/+13
* gdb: int to bool conversion for normal_stopAndrew Burgess2023-01-131-3/+1
* Add new overload of gdbarch_return_valueTom Tromey2023-01-031-9/+9
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use bool constants for value_print_optionsTom Tromey2022-12-191-3/+3
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-2/+2
* Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.cCarl Love2022-11-171-61/+61
* Bug fix in commit for printing the function return value for non-trivial valuesCarl Love2022-11-161-14/+16
* PowerPC, fix support for printing the function return value for non-trivial v...Carl Love2022-11-141-4/+37
* gdb: fix start breakpoint expression not working in some languagesSimon Marchi2022-11-111-2/+7
* gdb: make "start" breakpoint inferior-specificSimon Marchi2022-11-101-1/+7
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-3/+2
* gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen2022-10-101-0/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-14/+14
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-2/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-2/+2
* Change target_ops::async to accept boolTom Tromey2022-07-221-1/+1
* Move finish_print out of value_print_optionsTom Tromey2022-06-201-5/+10
* Allow 'interrupt -a' in all-stop modeTom Tromey2022-06-141-3/+0
* gdb: add some additional thread status debug outputAndrew Burgess2022-05-031-11/+8
* gdb: remove BLOCK_ENTRY_PC macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-2/+2
* Replace symbol_objfile with symbol::objfileTom Tromey2022-04-201-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-3/+3