gdb: call update_thread_list after completing an inferior call
[binutils-gdb.git] / gdb / infcall.c
2023-11-08 Andrew Burgessgdb: call update_thread_list after completing an inferi...
2023-08-23 Andrew Burgessgdb: MI stopped events when unwindonsignal is on
2023-08-18 Tom TromeyFix off-by-one in call to vector::reserve
2023-08-03 Andrew Burgessgdb: avoid double stop after failed breakpoint conditio...
2023-06-03 Tom de Vries[gdb] Fix typos
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-04-03 Andrew Burgessgdb: avoid repeated signal reporting during failed...
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyTurn value_non_lval and value_force_lval into methods
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-02-13 Tom TromeyTurn value_type into method
2023-01-20 Simon Marchigdb: make frame_info_ptr auto-reinflatable
2023-01-20 Simon Marchigdb: make frame_info_ptr grab frame level and id on...
2023-01-18 Carl LoveRevert "X86: reverse-finish fix"
2023-01-17 Carl LoveX86: reverse-finish fix
2023-01-03 Tom TromeyUse value_at_non_lval in get_call_return_value
2023-01-03 Tom TromeyAdd new overload of gdbarch_return_value
2023-01-03 Andrew Burgess[gdb] Fix segfault during inferior call to ifunc
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10 Andrew Burgessgdb: add infcall specific debugging
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-11 Tom de Vries[gdb/symtab] Fix handling of DW_TAG_unspecified_type
2022-07-18 Tom TromeyRemove ui_register_input_event_handler
2022-06-24 Andrew Burgessgdb: make use of RAII in run_inferior_call
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-15 Lancelot SIXgdb: Respect the DW_CC_nocall attribute
2022-02-07 Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-06-25 Andrew Burgessgdb: fix invalid arg coercion when calling static membe...
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-01-28 Simon Marchigdb: rename get_type_arch to type::arch
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-16 Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-14 Simon Marchigdb: remove TYPE_GNU_IFUNC
2020-09-14 Simon Marchigdb: remove TYPE_VECTOR
2020-09-14 Simon Marchigdb: remove TYPE_PROTOTYPED
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-20 Tankut Baris Aktemurinfcall: handle pass-by-reference arguments appropriately
2019-12-20 Tankut Baris Aktemurinfcall, c++: allow more info to be computed for pass...
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-23 Tankut Baris Aktemurinfcall: refactor 'call_function_by_hand_dummy'
2019-10-23 Tankut Baris Aktemurinfcall: remove unused parameter in 'value_arg_coerce'
2019-10-23 Tankut Baris Aktemurinfcall: move assertions in 'call_function_by_hand_dumm...
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-11 Tom TromeyRemove trailing newlines from help text
2019-04-27 Philippe WaroquiersImplement show | set may-call-functions [on|off]
2019-04-25 Tom TromeyMake exception handling more efficient
2019-04-25 Tom TromeyRemove exception_none
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-03-06 Richard BuntFortran function calls with arguments
2019-02-07 Tom TromeyC++-ify struct thread_fsm
2019-01-23 Tom TromeyRemove cleanup_delete_std_terminate_breakpoint
2019-01-02 Philippe WaroquiersFix leak of struct call_thread_fsm in call_function_by_...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-16 Alan HaywardPass return_method to _push_dummy_call
2018-11-16 Alan HaywardUse enum for return method for dummy calls
2018-09-17 Tom TromeyRemove two infrun cleanups
2018-09-14 Tom TromeyRemove an unnecessary block in call_function_by_hand_dummy
2018-08-07 Simon MarchiReplace some uses of xstrprintf with string_printf
2018-07-22 Tom TromeySimple unused variable removals
2018-07-03 Tom TromeyRemove ptid_equal
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-26 Pedro AlvesCalling ifunc functions when target has no debug info...
2018-03-19 Tom TromeyConvert observers to C++
2018-03-09 Tom TromeyChange enable_thread_stack_temporaries to an RAII class
2018-02-21 Tom TromeyRemove a cleanup from call_function_by_hand_dummy
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-04 Tom TromeyIntroduce gdb_breakpoint_up
2017-10-19 Tom TromeyRemove cleanup from call_function_by_hand_dummy
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-09-04 Pedro AlvesKill init_sal
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-20 Artemiy VolkovAdd ability to return rvalue reference values from...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-21 Tom TromeyUse scoped_restore for current_ui
next