aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-04-03gdb: avoid repeated signal reporting during failed conditional breakpointAndrew Burgess1-0/+9
2023-02-13Remove deprecated_lval_hackTom Tromey1-1/+1
2023-02-13Turn value_non_lval and value_force_lval into methodsTom Tromey1-1/+1
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_type into methodTom Tromey1-3/+3
2023-01-20gdb: make frame_info_ptr auto-reinflatableSimon Marchi1-2/+0
2023-01-20gdb: make frame_info_ptr grab frame level and id on constructionSimon Marchi1-1/+0
2023-01-18Revert "X86: reverse-finish fix"Carl Love1-0/+3
2023-01-17X86: reverse-finish fixCarl Love1-3/+0
2023-01-03Use value_at_non_lval in get_call_return_valueTom Tromey1-6/+1
2023-01-03Add new overload of gdbarch_return_valueTom Tromey1-4/+3
2023-01-03[gdb] Fix segfault during inferior call to ifuncAndrew Burgess1-0/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-10-10gdb: add infcall specific debuggingAndrew Burgess1-0/+68
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-10/+10
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-6/+6
2022-09-11[gdb/symtab] Fix handling of DW_TAG_unspecified_typeTom de Vries1-1/+1
2022-07-18Remove ui_register_input_event_handlerTom Tromey1-3/+3
2022-06-24gdb: make use of RAII in run_inferior_callAndrew Burgess1-14/+11
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