summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdb: move struct reggroup into reggroups.h headerAndrew Burgess2022-04-071-1/+1
* gdb: remove reggroup_next and reggroup_prevAndrew Burgess2022-04-071-7/+7
* gdb/infrun: add reason parameter to stop_all_threadsSimon Marchi2022-03-311-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-51/+51
* Unify gdb puts functionsTom Tromey2022-03-291-14/+14
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-5/+5
* Add more filename stylingTom Tromey2022-02-281-1/+2
* Enable async mode in the target in attach_cmd.John Baldwin2022-02-221-0/+4
* gdb: Respect the DW_CC_nocall attributeLancelot SIX2022-02-151-0/+9
* gdb: add a symbol* argument to get_return_valueLancelot SIX2022-02-151-6/+5