aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-4/+4
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-11Remove trailing newlines from help textTom Tromey1-1/+1
2019-04-27Implement show | set may-call-functions [on|off]Philippe Waroquiers1-0/+26
2019-04-25Make exception handling more efficientTom Tromey1-3/+3
2019-04-25Remove exception_noneTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-03-06Fortran function calls with argumentsRichard Bunt1-2/+5
2019-02-07C++-ify struct thread_fsmTom Tromey1-60/+41
2019-01-23Remove cleanup_delete_std_terminate_breakpointTom Tromey1-11/+2
2019-01-02Fix leak of struct call_thread_fsm in call_function_by_hand_dummy.Philippe Waroquiers1-2/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-14/+15
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+1
2018-11-16Use enum for return method for dummy callsAlan Hayward1-18/+11
2018-09-17Remove two infrun cleanupsTom Tromey1-25/+14
2018-09-14Remove an unnecessary block in call_function_by_hand_dummyTom Tromey1-39/+35
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-6/+4
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-33/+33
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-3/+4
2018-05-03Convert struct target_ops to C++Pedro Alves1-2/+2
2018-04-26Calling ifunc functions when target has no debug info but resolver hasPedro Alves1-32/+34
2018-03-19Convert observers to C++Tom Tromey1-3/+3
2018-03-08Change enable_thread_stack_temporaries to an RAII classTom Tromey1-5/+2
2018-02-21Remove a cleanup from call_function_by_hand_dummyTom Tromey1-13/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-04Introduce gdb_breakpoint_upTom Tromey1-2/+3
2017-10-19Remove cleanup from call_function_by_hand_dummyTom Tromey1-8/+6
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-4/+45
2017-09-04Kill init_salPedro Alves1-6/+5
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