summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_restore for current_uiTom Tromey2016-10-211-7/+1
* Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm-...Pedro Alves2016-09-281-0/+6
* Introduce make_cleanup_restore_current_uiPedro Alves2016-09-061-1/+1
* Remove obsolete TYPE_FLAG_... valuesUlrich Weigand2016-09-061-4/+3
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-211-6/+8
* Replace the sync_execution global with a new enum prompt_state tristatePedro Alves2016-06-211-9/+25
* Make the interpreters be per UIPedro Alves2016-06-211-3/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Garbage collect dummy_frame_ctx_saverPedro Alves2015-09-091-91/+1
* Convert infcalls to thread_fsm mechanismPedro Alves2015-09-091-71/+234
* Merge async and sync code paths some morePedro Alves2015-09-091-20/+16
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-3/+3
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* PR threads/18127 - threads spawned by infcall end up stuck in "running" statePedro Alves2015-06-291-0/+21
* compile: Fix ASAN crash for gdb.compile/compile.expJan Kratochvil2015-05-191-2/+5
* Remove stop_registersJan Kratochvil2015-05-131-1/+1
* infcall: stop_registers -> register_dummy_frame_dtorJan Kratochvil2015-05-131-11/+106
* dummy_frame_dtor_ftype vs. call_function_by_hand_dummy_dtor_ftype cleanupJan Kratochvil2015-05-131-1/+1
* Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves2015-03-241-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-4/+9
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* introduce call_function_by_hand_dummyJan Kratochvil2014-12-121-1/+15
* New python events: inferior call, register/memory changed.Nick Bull2014-12-021-0/+5
* revert previous patch so that I can re-commit with correct authorDoug Evans2014-12-021-5/+0
* New python events: infcall, register/memory changed.Doug Evans2014-12-021-0/+5
* Enable chained function calls in C++ expressions.Siva Chandra2014-11-281-22/+71
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Always pass signals to the right threadPedro Alves2014-07-251-1/+1
* Put the inferior's terminal settings in effect while running (fg) infcallsPedro Alves2014-07-141-0/+7
* Associate dummy_frame with ptidYao Qi2014-06-271-3/+3
* unbreak infcallsPedro Alves2014-05-291-1/+1
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* make dprintf.exp pass in target async modePedro Alves2014-03-201-0/+10
* change minsym representationTom Tromey2014-02-261-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-3/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar2012-09-251-4/+2
* gdb/Yao Qi2012-08-161-1/+0
* gdb/Jan Kratochvil2012-07-311-7/+34
* gdb/Jan Kratochvil2012-06-181-1/+12
* gdb/Yao Qi2012-06-081-6/+6
* gdb/Pedro Alves2012-05-241-1/+1
* PR c++/7173:Tom Tromey2012-05-211-1/+1
* gdb/Maciej W. Rozycki2012-05-161-5/+4
* Remove AT_SYMBOLJoel Brobecker2012-05-091-27/+0
* Make infcall.c:unwind_on_signal_p static.Joel Brobecker2012-05-031-1/+1