inf-ptrace: Return an IGNORE event if waitpid() fails.
[binutils-gdb.git] / gdb / infcall.c
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
2016-09-28 Pedro AlvesFix PR 20345 - call_function_by_hand_dummy: Assertion...
2016-09-06 Pedro AlvesIntroduce make_cleanup_restore_current_ui
2016-09-06 Ulrich WeigandRemove obsolete TYPE_FLAG_... values
2016-06-21 Pedro AlvesPush thread->control.command_interp to the struct threa...
2016-06-21 Pedro AlvesReplace the sync_execution global with a new enum promp...
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-09 Pedro AlvesGarbage collect dummy_frame_ctx_saver
2015-09-09 Pedro AlvesConvert infcalls to thread_fsm mechanism
2015-09-09 Pedro AlvesMerge async and sync code paths some more
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-06-29 Pedro AlvesPR threads/18127 - threads spawned by infcall end up...
2015-05-19 Jan Kratochvilcompile: Fix ASAN crash for gdb.compile/compile.exp
2015-05-13 Jan KratochvilRemove stop_registers
2015-05-13 Jan Kratochvilinfcall: stop_registers -> register_dummy_frame_dtor
2015-05-13 Jan Kratochvildummy_frame_dtor_ftype vs. call_function_by_hand_dummy_...
2015-03-24 Pedro AlvesRemove 'step' parameters from 'proceed' and 'resume'
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12 Jan Kratochvilintroduce call_function_by_hand_dummy
2014-12-02 Nick BullNew python events: inferior call, register/memory changed.
2014-12-02 Doug Evansrevert previous patch so that I can re-commit with...
2014-12-02 Doug EvansNew python events: infcall, register/memory changed.
2014-11-29 Siva ChandraEnable chained function calls in C++ expressions.
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-25 Pedro AlvesAlways pass signals to the right thread
2014-07-14 Pedro AlvesPut the inferior's terminal settings in effect while...
next