summaryrefslogtreecommitdiff
path: root/gdb/infcall.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* gdb: avoid repeated signal reporting during failed conditional breakpointAndrew Burgess2023-04-031-0/+9
* Remove deprecated_lval_hackTom Tromey2023-02-131-1/+1
* Turn value_non_lval and value_force_lval into methodsTom Tromey2023-02-131-1/+1
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-3/+3
* gdb: make frame_info_ptr auto-reinflatableSimon Marchi2023-01-201-2/+0
* gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi2023-01-201-1/+0
* Revert "X86: reverse-finish fix"Carl Love2023-01-181-0/+3
* X86: reverse-finish fixCarl Love2023-01-171-3/+0
* Use value_at_non_lval in get_call_return_valueTom Tromey2023-01-031-6/+1
* Add new overload of gdbarch_return_valueTom Tromey2023-01-031-4/+3
* [gdb] Fix segfault during inferior call to ifuncAndrew Burgess2023-01-031-0/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* gdb: add infcall specific debuggingAndrew Burgess2022-10-101-0/+68
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-10/+10
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-6/+6
* [gdb/symtab] Fix handling of DW_TAG_unspecified_typeTom de Vries2022-09-111-1/+1
* Remove ui_register_input_event_handlerTom Tromey2022-07-181-3/+3
* gdb: make use of RAII in run_inferior_callAndrew Burgess2022-06-241-14/+11
* Unify gdb printf functionsTom Tromey2022-03-291-15/+15
* gdb: Respect the DW_CC_nocall attributeLancelot SIX2022-02-151-0/+5
* gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX2022-02-071-21/+28
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-3/+3
* gdb: fix invalid arg coercion when calling static member functionsAndrew Burgess2021-06-251-2/+2
* 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