Support -prompt and -lbl in gdb_test
[binutils-gdb.git] / gdb / record-btrace.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
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...
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-13 Markus Metzgerbtrace: set/show record btrace cpu
2018-04-13 Markus Metzgerbtrace: fix output of "set record btrace"
2018-03-19 Tom TromeyConvert observers to C++
2018-03-06 Simon Marchibtrace: Remove ui_out cleanups
2018-03-06 Simon Marchibtrace: Remove VEC cleanups
2018-03-06 Simon Marchibtrace: Remove btrace disable cleanup
2018-03-05 Simon MarchiPropagate gdb_disassembly_flags to btrace_print_lines
2018-03-01 Simon MarchiPropagate record_print_flags
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify execute_command
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-27 Tom TromeyConstify some commands in record-btrace.c
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesIntroduce gdb_disassembly_flags
next