aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-30infcmd.c: Don't attempt to record a NULL value after a finish command.Kevin Buettner1-1/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-2/+4
2015-09-09Garbage collect dummy_frame_ctx_saverPedro Alves1-13/+6
2015-09-09Convert the until/advance commands to thread_fsm mechanismPedro Alves1-20/+72
2015-09-09Replace "struct continuation" mechanism by something more extensiblePedro Alves1-209/+330
2015-09-09Merge async and sync code paths some morePedro Alves1-96/+47
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+5
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-1/+1
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-1/+1
2015-08-07Implement all-stop on top of a target running non-stop modePedro Alves1-2/+2
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