Multi-target support
[deliverable/binutils-gdb.git] / gdb / infcall.c
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...
2014-06-27  Yao QiAssociate dummy_frame with ptid
2014-05-29  Pedro Alvesunbreak infcalls
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-03-20  Pedro Alvesmake dprintf.exp pass in target async mode
2014-02-26  Tom Tromeychange minsym representation
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-04-08  Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-09-25  Siddhesh Poyarekar * ada-valprint.c (ada_val_print_1): Eliminate single-use
2012-08-16  Yao Qigdb/
2012-07-31  Jan Kratochvilgdb/
2012-06-18  Jan Kratochvilgdb/
2012-06-08  Yao Qigdb/
2012-05-24  Pedro Alvesgdb/
2012-05-21  Tom Tromey PR c++/7173:
2012-05-16  Maciej W. Rozycki gdb/
2012-05-09  Joel BrobeckerRemove AT_SYMBOL
2012-05-03  Joel BrobeckerMake infcall.c:unwind_on_signal_p static.
next
This page took 0.951152 seconds and 107 git commands to generate.