summaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, btrace: make record-btrace per-inferiorMarkus Metzger2020-04-211-5/+10
* gdb, btrace: forward fetch_registers for unknown threadsMarkus Metzger2020-04-211-3/+8
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-80/+27
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Introduce async-event.[ch]Tom Tromey2020-04-131-0/+1
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-1/+10
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-1/+1
* Fix some spelling errors.Christian Biesinger2020-01-161-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-16/+25
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-2/+2
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-2/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-4/+5
* bfd_section_* macrosAlan Modra2019-09-191-2/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-7/+7
* Add more styling to "disassemble"Tom Tromey2019-08-061-2/+2
* Rename field_int to field_signedTom Tromey2019-07-171-3/+3
* Introduce field_unsignedTom Tromey2019-07-151-11/+3
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-7/+7
* Rename gdb exception typesTom Tromey2019-04-081-9/+9
* Rewrite TRY/CATCHTom Tromey2019-04-081-27/+18
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-9/+11
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add output styles to gdbTom Tromey2018-12-281-4/+8
* Fix compile error with clang 3.8Dave Murphy2018-12-211-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-3/+2
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-48/+24
* Fix use-after-free in record_btrace_start_replayingTom Tromey2018-10-231-11/+8
* Simple -Wshadow=local fixesTom Tromey2018-10-041-2/+2
* Remove unused variable in record-btrace.cSimon Marchi2018-09-101-1/+0
* Simple unused variable removalsTom Tromey2018-07-221-4/+0
* Remove ptid_matchTom Tromey2018-07-031-7/+7
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-1/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-30/+20
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-19/+19
* Remove regcache_raw_supplySimon Marchi2018-05-301-1/+1
* Remove regcache_get_ptidSimon Marchi2018-05-301-3/+3
* Remove tp_t typedefTom Tromey2018-05-291-5/+0
* Update help text in record-btrace.cTom Tromey2018-05-241-2/+2
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-13/+12
* target_ops: Use bool throughoutPedro Alves2018-05-031-21/+21