aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Unify gdb printf functionsTom Tromey1-15/+15
2022-02-15gdb: Respect the DW_CC_nocall attributeLancelot SIX1-0/+5
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX1-21/+28
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-3/+3
2021-06-25gdb: fix invalid arg coercion when calling static member functionsAndrew Burgess1-2/+2
2021-03-24gdb: remove current_top_target functionSimon Marchi1-5/+4
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-14/+14
2020-09-28Remove target_has_execution macroTom Tromey1-2/+2
2020-09-16gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess1-1/+1
2020-09-14gdb: remove TYPE_GNU_IFUNCSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_PROTOTYPEDSimon Marchi1-1/+1
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