summaryrefslogtreecommitdiff
path: root/gdb/record-btrace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Constify add_prefix_cmdTom Tromey2017-10-111-7/+7
* Constify some commands in record-btrace.cTom Tromey2017-09-271-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Introduce gdb_disassembly_flagsPedro Alves2017-09-041-9/+13
* btrace: Store btrace_insn in an std::vectorSimon Marchi2017-09-041-13/+5
* Make target_waitstatus_to_string return an std::stringSimon Marchi2017-09-031-2/+2
* btrace: Store function segments as objects.Tim Wiederhake2017-05-301-1/+1
* btrace: Replace struct btrace_function::segment.Tim Wiederhake2017-05-301-2/+3
* btrace: Replace struct btrace_function::up.Tim Wiederhake2017-05-301-8/+20
* btrace: Remove struct btrace_thread_info::{begin,end}.Tim Wiederhake2017-05-301-1/+1
* btrace: Use function segment index in insn iterator.Tim Wiederhake2017-05-301-3/+3
* btrace: Use function segment index in call iterator.Tim Wiederhake2017-05-301-1/+1