summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
Commit message (Expand)AuthorAgeFilesLines
* Convert struct target_ops to C++Pedro Alves2018-05-031-2/+2
* Calling ifunc functions when target has no debug info but resolver hasPedro Alves2018-04-261-32/+34
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* Change enable_thread_stack_temporaries to an RAII classTom Tromey2018-03-081-5/+2
* Remove a cleanup from call_function_by_hand_dummyTom Tromey2018-02-211-13/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-2/+3
* Remove cleanup from call_function_by_hand_dummyTom Tromey2017-10-191-8/+6
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-4/+45
* Kill init_salPedro Alves2017-09-041-6/+5
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+2
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-201-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* 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