summaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert struct target_ops to C++Pedro Alves2018-05-031-274/+283
* btrace: set/show record btrace cpuMarkus Metzger2018-04-131-4/+173
* btrace: fix output of "set record btrace"Markus Metzger2018-04-131-1/+4
* Convert observers to C++Tom Tromey2018-03-191-14/+8
* btrace: Remove ui_out cleanupsSimon Marchi2018-03-061-30/+24
* btrace: Remove VEC cleanupsSimon Marchi2018-03-061-35/+33
* btrace: Remove btrace disable cleanupSimon Marchi2018-03-061-14/+33
* Propagate gdb_disassembly_flags to btrace_print_linesSimon Marchi2018-03-041-1/+1
* Propagate record_print_flagsSimon Marchi2018-03-011-9/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-6/+0
* Constify execute_commandTom Tromey2017-11-071-4/+4