aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-1/+2
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-21Use scoped_restore for current_uiTom Tromey1-7/+1
2016-09-28Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm-...Pedro Alves1-0/+6
2016-09-06Introduce make_cleanup_restore_current_uiPedro Alves1-1/+1
2016-09-06Remove obsolete TYPE_FLAG_... valuesUlrich Weigand1-4/+3
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-6/+8
2016-06-21Replace the sync_execution global with a new enum prompt_state tristatePedro Alves1-9/+25
2016-06-21Make the interpreters be per UIPedro Alves1-3/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-09Garbage collect dummy_frame_ctx_saverPedro Alves1-91/+1
2015-09-09Convert infcalls to thread_fsm mechanismPedro Alves1-71/+234
2015-09-09Merge async and sync code paths some morePedro Alves1-20/+16
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-3/+3
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