aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-04signal_command: Leftover cleanup chain regressionJan Kratochvil1-0/+2
2015-08-04ASAN attach crash - 7.9 regressionJan Kratochvil1-3/+7
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-05-13Remove stop_registersJan Kratochvil1-2/+2
2015-05-13infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil1-11/+37
2015-05-08Remove unused declaration of print_return_value.Jan Kratochvil1-3/+0
2015-04-17Introduce exec_file_locate_attachGary Benson1-23/+2
2015-04-11Remove --xdbJan Kratochvil1-55/+0
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves1-15/+20
2015-03-24Make "set scheduler-locking step" depend on user intention, onlyPedro Alves1-1/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-7/+9
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-2/+5
2015-03-06New common function "startswith"Gary Benson1-2/+2
2015-02-26Fix print of value type in a corner case of finishAntoine Tremblay1-1/+7
2015-01-23Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard1-1/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-12-18Refactor gdbarch method print_float_infoYao Qi1-23/+21
2014-12-18infcmd.c (jump_command): Minor simplification.Doug Evans1-2/+5
2014-12-12Provide completer for "info registers"Andreas Arnez1-3/+9
2014-10-17PR gdb/17471: Repeating a background command makes it foregroundPedro Alves1-53/+89
2014-10-17PR gdb/17300: Input after "c -a" crashes readline/GDBPedro Alves1-0/+18
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-13New command queue-signal.Doug Evans1-1/+58
2014-09-06infcmd.c (program_info): Fix typo.Doug Evans1-1/+1
2014-08-21infcmd.c: Remove stale TODOPedro Alves1-10/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-29Fix PR 17206Yao Qi1-1/+3
2014-07-25Always pass signals to the right threadPedro Alves1-10/+54
2014-07-09Fix "attach" command vs user input racePedro Alves1-3/+16
2014-07-08reverse-finish: turn internal error into normal errorMarkus Metzger1-2/+1
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves1-4/+2
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-22* infcmd.c: Whitespace fixes.Doug Evans1-2/+9
2014-03-22* infcmd.c (interrupt_command): Renamed from interrupt_target_command.Doug Evans1-2/+2
2014-03-12Factor out foreground/background execution command preparation.Pedro Alves1-136/+53
2014-03-12fix regressions with target-asyncTom Tromey1-11/+23
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26change minsym representationTom Tromey1-1/+1
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-29Print <unavailable> for unavailable registers in info register output.Andrew Burgess1-15/+10
2013-10-25Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh...Pedro Alves1-1/+5
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-2/+2
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-2/+2
2013-09-18Consistent display of "<optimized out>" for register values.Andrew Burgess1-11/+7
2013-09-17PR gdb/15911: "info threads" changes the default source and line (for "break"...Pedro Alves1-3/+3