aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-06-29PR threads/18127 - threads spawned by infcall end up stuck in "running" statePedro Alves1-0/+21
2015-05-19compile: Fix ASAN crash for gdb.compile/compile.expJan Kratochvil1-2/+5
2015-05-13Remove stop_registersJan Kratochvil1-1/+1
2015-05-13infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil1-11/+106
2015-05-13dummy_frame_dtor_ftype vs. call_function_by_hand_dummy_dtor_ftype cleanupJan Kratochvil1-1/+1
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+9
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12introduce call_function_by_hand_dummyJan Kratochvil1-1/+15
2014-12-02New python events: inferior call, register/memory changed.Nick Bull1-0/+5
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-5/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+5
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra1-22/+71
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+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-25Always pass signals to the right threadPedro Alves1-1/+1
2014-07-14Put the inferior's terminal settings in effect while running (fg) infcallsPedro Alves1-0/+7
2014-06-27Associate dummy_frame with ptidYao Qi1-3/+3
2014-05-29unbreak infcallsPedro Alves1-1/+1
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-20make dprintf.exp pass in target async modePedro Alves1-0/+10
2014-02-26change minsym representationTom Tromey1-1/+1
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-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-3/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar1-4/+2
2012-08-16gdb/Yao Qi1-1/+0
2012-07-31gdb/Jan Kratochvil1-7/+34
2012-06-18gdb/Jan Kratochvil1-1/+12
2012-06-08gdb/Yao Qi1-6/+6
2012-05-24gdb/Pedro Alves1-1/+1
2012-05-21 PR c++/7173:Tom Tromey1-1/+1
2012-05-16 gdb/Maciej W. Rozycki1-5/+4
2012-05-09Remove AT_SYMBOLJoel Brobecker1-27/+0
2012-05-03Make infcall.c:unwind_on_signal_p static.Joel Brobecker1-1/+1
2012-02-29gdb/Jan Kratochvil1-0/+4
2012-01-04gdb/Jan Kratochvil1-32/+15
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2012-01-02gdb/Jan Kratochvil1-15/+32
2011-06-062011-06-06 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-14/+12
2011-05-30Rephrase error message in infcall.c:call_function_by_handJoel Brobecker1-1/+1
2011-05-262011-05-26 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+3
2011-03-29gdb/Jan Kratochvil1-1/+2
2011-03-28gdb/Jan Kratochvil1-1/+28
2011-03-28gdb/Jan Kratochvil1-13/+10
2011-03-15 * infcall.c (call_function_by_hand): Function return value isUlrich Weigand1-8/+8
2011-03-042011-03-04 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+0