summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
Commit message (Expand)AuthorAgeFilesLines
* Fix leak of struct call_thread_fsm in call_function_by_hand_dummy.Philippe Waroquiers2019-01-021-2/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-14/+15
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+1
* Use enum for return method for dummy callsAlan Hayward2018-11-161-18/+11
* Remove two infrun cleanupsTom Tromey2018-09-171-25/+14
* Remove an unnecessary block in call_function_by_hand_dummyTom Tromey2018-09-141-39/+35
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-6/+4
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_equalTom Tromey2018-07-031-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-33/+33
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-3/+4
* 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