summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove current_top_target functionSimon Marchi2021-03-241-5/+4
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-14/+14
* Remove target_has_execution macroTom Tromey2020-09-281-2/+2
* gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess2020-09-161-1/+1
* gdb: remove TYPE_GNU_IFUNCSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_PROTOTYPEDSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-4/+4
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-5/+5
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-12/+12
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* infcall: handle pass-by-reference arguments appropriatelyTankut Baris Aktemur2019-12-201-3/+124
* infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur2019-12-201-1/+2
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* infcall: refactor 'call_function_by_hand_dummy'Tankut Baris Aktemur2019-10-231-25/+39
* infcall: remove unused parameter in 'value_arg_coerce'Tankut Baris Aktemur2019-10-231-5/+3
* infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spotTankut Baris Aktemur2019-10-231-20/+21
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-4/+4
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove trailing newlines from help textTom Tromey2019-06-111-1/+1
* Implement show | set may-call-functions [on|off]Philippe Waroquiers2019-04-271-0/+26
* Make exception handling more efficientTom Tromey2019-04-251-3/+3
* Remove exception_noneTom Tromey2019-04-251-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Fortran function calls with argumentsRichard Bunt2019-03-061-2/+5
* C++-ify struct thread_fsmTom Tromey2019-02-071-60/+41
* Remove cleanup_delete_std_terminate_breakpointTom Tromey2019-01-231-11/+2
* 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