]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/record-btrace.c
[gdb] Fix segfault in for_each_block, part 1
[thirdparty/binutils-gdb.git] / gdb / record-btrace.c
2023-11-28  Tom de Vries[gdb] Fix segfault in for_each_block, part 1
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-06-05  Tom TromeyUse "unrelocated" terminology in linetable_entry
2023-05-30  Simon Marchigdb: add interp::on_record_changed method
2023-04-17  Simon Marchigdb: remove regcache::target
2023-04-05  Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-03-17  Tom TromeyFix line table regression
2023-03-11  Tom TromeyChange linetable_entry::is_stmt to bool
2023-03-11  Tom TromeyConstify linetables
2023-03-11  Tom TromeyChange linetables to be objfile-independent
2023-02-27  Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
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  Tom TromeyChange GDB to use frame_info_ptr
2022-10-10  Tom TromeyRemove frame_id_eq
2022-07-22  Tom TromeyChange target_ops::async to accept bool
2022-05-17  Felix Willgerodtgdb, btrace: Throw an error for empty recordings when...
2022-04-20  Tom TromeyReplace symbol_symtab with symbol::symtab
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-06  Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-01-27  Markus Metzgergdb, btrace: rename record_btrace_enable_warn()
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 BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-29  Tom TromeyConsistently Use ui_file parameter to show callbacks
2021-12-23  Andrew Burgessgdb: make use of SCOPE_EXIT to manage thread executing...
2021-11-22  Simon Marchigdb: rename target_waitstatus_to_string to target_waits...
2021-10-28  Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-21  Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-09-07  Andrew Burgessgdb: make thread_info::executing private
2021-07-13  Simon Marchigdb: make thread_info::suspend private, add getters...
2021-06-29  Simon Marchigdb: add names to unwinders, add debug messages when...
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-03-23  Simon Marchigdb: remove push_target free functions
2021-03-23  Simon Marchigdb: remove unpush_target free function
2021-02-24  Andrew Burgessgdb: spread a little 'const' through the target_section...
2021-02-04  Simon Marchigdb: make record-btrace clear event handler in wait
2021-02-04  Simon Marchigdb: make async event handlers clear themselves
2021-01-14  Simon Marchigdb: remove target_ops::commit_resume implementation...
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-10-02  Simon Marchigdb: give names to async event/signal handlers
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-09-14  Pedro AlvesRewrite enum_flags, add unit tests, fix problems
2020-08-06  Simon Marchigdb: move regcache::regcaches to regcache.c
2020-07-02  Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-04-21  Markus Metzgergdb, btrace: make record-btrace per-inferior
2020-04-21  Markus Metzgergdb, btrace: forward fetch_registers for unknown threads
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-13  Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13  Tom TromeyIntroduce async-event.[ch]
2020-03-10  Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-02-04  Simon MarchiChange ints to bools around thread_info executing/resumed
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-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-01  Tom TromeyRemove the ui_out_style_kind enum
2019-09-19  Alan Modrabfd_section_* macros
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-08-06  Tom TromeyAdd more styling to "disassemble"
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-15  Tom TromeyIntroduce field_unsigned
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
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-08  Tom TromeyMake exceptions use std::string and be self-managing
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-12-28  Tom TromeyAdd output styles to gdb
2018-12-21  Dave MurphyFix compile error with clang 3.8
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-23  Tom TromeyFix use-after-free in record_btrace_start_replaying
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-09-10  Simon MarchiRemove unused variable in record-btrace.c
2018-07-22  Tom TromeySimple unused variable removals
2018-07-03  Tom TromeyRemove ptid_match
2018-06-28  Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07  Pedro Alvestarget_ops::beneath -> target_ops::beneath()
2018-05-30  Simon MarchiRemove regcache_raw_supply
2018-05-30  Simon MarchiRemove regcache_get_ptid
2018-05-29  Tom TromeyRemove tp_t typedef
2018-05-24  Tom TromeyUpdate help text in record-btrace.c
2018-05-02  Pedro Alvestarget factories, target open and multiple instances...
next