Remove OBJF_REORDERED
[binutils-gdb.git] / gdb / btrace.c
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-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-27 Markus Metzgergdb, gdbserver: update thread identifier in enable_btra...
2022-01-18 Simon Marchigdb: use ptid_t::to_string instead of target_pid_to_str...
2022-01-05 Tom TromeyUse filtered output in btrace-related commands
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-07-19 Simon Marchigdb: set current thread in btrace_compute_ftrace_{bts,pt}
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-12 Markus Metzgergdb, btrace, pt: ignore status update enable events
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-14 Pedro AlvesRewrite enum_flags, add unit tests, fix problems
2020-06-18 Pedro AlvesDon't write to inferior_ptid in btrace_fetch
2020-04-21 Markus Metzgergdb, btrace: diagnose double and failed enable
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-16 Christian BiesingerFix some spelling errors.
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-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-03 Andrew Burgessgdb: Remove whitespace in 'std::vector <...>'
2019-10-02 Andrew Burgessgdb: Change a VEC to std::vector in btrace.{c,h}
2019-10-02 Andrew Burgessgdb: Remove a VEC from gdbsupport/btrace-common.h
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-11 Tom TromeyRemove trailing newlines from help text
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-10 Markus Metzgerbtrace: check for indirect jump return in _Unwind_Raise...
2018-07-22 Tom TromeyUnused variable fixes related to conditional compilation
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-08 Tom TromeyRemove last cleanup from btrace code
2018-06-08 Tom TromeyRemove cleanups from btrace code
2018-04-13 Markus Metzgerbtrace: set/show record btrace cpu
2018-02-09 Markus Metzgerbtrace: reword error messages
2018-02-09 Markus Metzgerbtrace, gdbserver: remove the to_supports_btrace target...
2018-01-07 Simon MarchiReplace VEC(gdb_xml_value_s) with std::vector
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-27 Tom TromeyConstify some commands in btrace.c
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesFix build breakage when libipt is available
2017-09-04 Simon Marchibtrace: Store btrace_insn in an std::vector
2017-08-18 Tom TromeyRemove save_inferior_ptid
2017-05-31 Markus Metzgerbtrace: support decoder events
2017-05-30 Tim Wiederhakebtrace: Store function segments as objects.
2017-05-30 Tim Wiederhakebtrace: Remove bfun_s vector.
2017-05-30 Tim Wiederhakebtrace: Replace struct btrace_function::segment.
2017-05-30 Tim Wiederhakebtrace: Remove struct btrace_function::flow.
2017-05-30 Tim Wiederhakebtrace: Replace struct btrace_function::up.
2017-05-30 Tim Wiederhakebtrace: Remove struct btrace_thread_info::{begin,end}.
2017-05-30 Tim Wiederhakebtrace: Remove constant arguments.
2017-05-30 Tim Wiederhakebtrace: Use function segment index in insn iterator.
2017-05-30 Tim Wiederhakebtrace: Use function segment index in call iterator.
2017-05-30 Tim Wiederhakebtrace: Add btinfo to instruction interator.
2017-05-30 Tim Wiederhakebtrace: Transfer ownership of pointers.
2017-05-30 Tim Wiederhakebtrace: Use std::vector in struct btrace_thread_informa...
2017-05-05 Tim Wiederhakebtrace: Fix memory leak in btrace_clear.
2017-05-02 Tim WiederhakePython: Use correct ptid in btrace recording
2017-04-25 Pedro AlvesDon't memset non-POD types: struct btrace_insn
2017-02-14 Tim Wiederhakebtrace: Use binary search to find instruction.
2017-02-14 Tim Wiederhakebtrace: Export btrace_decode_error function.
2017-02-14 Tim Wiederhakebtrace: Count gaps as one instruction explicitly.
2017-02-14 Markus Metzgerbtrace: preserve call stack on function switch
2017-02-01 Markus Metzgerbtrace: allow recording to be started (and stopped...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-28 Markus Metzgerbtrace: bridge gaps
2016-10-28 Markus Metzgerbtrace: preserve function level for unexpected returns
2016-10-28 Markus Metzgerbtrace: update tail call heuristic
2016-10-28 Markus Metzgerbtrace: allow leading trace gaps
2016-10-28 Markus Metzgerbtrace: fix gap indication
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-04-15 Pedro AlvesFix gdb C++ build when libipt is available
2016-01-13 Pedro AlvesCentralize thread ID printing
2016-01-12 Pedro AlvesRemove trademark acknowledgements throughout
2016-01-04 Markus Metzgerbtrace: do not return out of TRY/CATCH
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-26 Markus Metzgerbtrace: diagnose "record btrace pt" without libipt
2015-09-26 Simon MarchiFix cast of xml_find_attribute's return value
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-07 Markus Metzgerbtrace: indicate speculative execution
2015-07-15 Markus Metzgerari, btrace: avoid unsigned long long
2015-07-09 Markus Metzgerbtrace, pt: support new packets
2015-07-09 Markus Metzgerbtrace: fix build fail with 32-bit BFD
next