aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-4/+4
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-5/+5
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-12/+12
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20infcall: handle pass-by-reference arguments appropriatelyTankut Baris Aktemur1-3/+124
2019-12-20infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur1-1/+2
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-23infcall: refactor 'call_function_by_hand_dummy'Tankut Baris Aktemur1-25/+39
2019-10-23infcall: remove unused parameter in 'value_arg_coerce'Tankut Baris Aktemur1-5/+3
2019-10-23infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spotTankut Baris Aktemur1-20/+21
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