aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-13gdb: int to bool conversion for normal_stopAndrew Burgess1-3/+1
2023-01-03Add new overload of gdbarch_return_valueTom Tromey1-9/+9
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool constants for value_print_optionsTom Tromey1-3/+3
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-2/+2
2022-11-17Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.cCarl Love1-61/+61
2022-11-16Bug fix in commit for printing the function return value for non-trivial valuesCarl Love1-14/+16
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-4/+37
2022-11-11gdb: fix start breakpoint expression not working in some languagesSimon Marchi1-2/+7
2022-11-10gdb: make "start" breakpoint inferior-specificSimon Marchi1-1/+7
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-3/+2
2022-10-10gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen1-0/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-14/+14
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess1-2/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-2/+2
2022-07-22Change target_ops::async to accept boolTom Tromey1-1/+1
2022-06-20Move finish_print out of value_print_optionsTom Tromey1-5/+10
2022-06-14Allow 'interrupt -a' in all-stop modeTom Tromey1-3/+0
2022-05-03gdb: add some additional thread status debug outputAndrew Burgess1-11/+8
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_{START,END} macrosSimon Marchi1-2/+2
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-3/+3
2022-04-07gdb: move struct reggroup into reggroups.h headerAndrew Burgess1-1/+1
2022-04-07gdb: remove reggroup_next and reggroup_prevAndrew Burgess1-7/+7
2022-03-31gdb/infrun: add reason parameter to stop_all_threadsSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-51/+51
2022-03-29Unify gdb puts functionsTom Tromey1-14/+14
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-5/+5
2022-02-28Add more filename stylingTom Tromey1-1/+2
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin1-0/+4
2022-02-15gdb: Respect the DW_CC_nocall attributeLancelot SIX1-0/+9
2022-02-15gdb: add a symbol* argument to get_return_valueLancelot SIX1-6/+5
2022-02-11gdb: fix until behavior with trailing !is_stmt linesBruno Larsen1-0/+39
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX1-4/+4
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-1/+1
2022-01-13gdb: add some extra debug information to attach_commandAndrew Burgess1-0/+12
2022-01-05Use filtered output in kill commandTom Tromey1-4/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-3/+3
2021-12-07[gdb/symtab] Support -readnow during rereadTom de Vries1-2/+2
2021-11-25gdb: introduce a new overload of target_can_async_pAndrew Burgess1-1/+1
2021-11-08gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in no...Simon Marchi1-0/+4
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-2/+2
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-2/+2
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-2/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-8/+6