aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcall.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10gdb: add gdbarch_stack_grows_down functionAndrew Burgess1-6/+4
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-25gdb: rename unwindonsignal to unwind-on-signalAndrew Burgess1-8/+13
2024-03-25gdb: introduce unwind-on-timeout settingAndrew Burgess1-8/+70
2024-03-25gdb: add timeouts for inferior function callsAndrew Burgess1-4/+206
2024-03-25gdb: fix b/p conditions with infcalls in multi-threaded inferiorsAndrew Burgess1-0/+6
2024-01-31gdb: remove some unnecessary frame_info_ptr resetsSimon Marchi1-3/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-3/+4
2023-11-08gdb: call update_thread_list after completing an inferior callAndrew Burgess1-0/+7
2023-08-23gdb: MI stopped events when unwindonsignal is onAndrew Burgess1-9/+43
2023-08-18Fix off-by-one in call to vector::reserveTom Tromey1-1/+1
2023-08-03gdb: avoid double stop after failed breakpoint condition checkAndrew Burgess1-10/+31
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