GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
btrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
gdb: Remove whitespace in 'std::vector <...>'
Andrew Burgess
2019-10-03
1
-6
/
+6
*
gdb: Change a VEC to std::vector in btrace.{c,h}
Andrew Burgess
2019-10-02
1
-19
/
+21
*
gdb: Remove a VEC from gdbsupport/btrace-common.h
Andrew Burgess
2019-10-02
1
-35
/
+23
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Don't include gdbarch.h from defs.h
Tom Tromey
2019-07-10
1
-0
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-2
/
+2
*
Remove trailing newlines from help text
Tom Tromey
2019-06-11
1
-5
/
+3
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-4
/
+4
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-7
/
+7
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-21
/
+14
*
Revert the header-sorting patch
Tom Tromey
2019-04-06
1
-10
/
+8
*
Sort includes for files gdb/[a-f]*.[chyl].
Tom Tromey
2019-04-05
1
-8
/
+10
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-5
/
+5
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.
Pedro Alves
2018-11-22
1
-3
/
+1
*
btrace: check for indirect jump return in _Unwind_RaiseException
Markus Metzger
2018-10-10
1
-0
/
+14
*
Unused variable fixes related to conditional compilation
Tom Tromey
2018-07-22
1
-4
/
+2
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-18
/
+12
*
Remove last cleanup from btrace code
Tom Tromey
2018-06-08
1
-7
/
+4
*
Remove cleanups from btrace code
Tom Tromey
2018-06-08
1
-38
/
+9
*
btrace: set/show record btrace cpu
Markus Metzger
2018-04-13
1
-23
/
+49
*
btrace: reword error messages
Markus Metzger
2018-02-09
1
-3
/
+5
*
btrace, gdbserver: remove the to_supports_btrace target method
Markus Metzger
2018-02-09
1
-3
/
+0
*
Replace VEC(gdb_xml_value_s) with std::vector
Simon Marchi
2018-01-07
1
-15
/
+24
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Remove some unused variables
Simon Marchi
2017-12-05
1
-4
/
+0
*
Constify add_prefix_cmd
Tom Tromey
2017-10-11
1
-5
/
+5
*
Constify some commands in btrace.c
Tom Tromey
2017-09-27
1
-13
/
+14
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-1
/
+0
*
Fix build breakage when libipt is available
Pedro Alves
2017-09-04
1
-2
/
+1
*
btrace: Store btrace_insn in an std::vector
Simon Marchi
2017-09-04
1
-33
/
+26
*
Remove save_inferior_ptid
Tom Tromey
2017-08-18
1
-2
/
+2
*
btrace: support decoder events
Markus Metzger
2017-05-31
1
-41
/
+114
*
btrace: Store function segments as objects.
Tim Wiederhake
2017-05-30
1
-48
/
+48
*
btrace: Remove bfun_s vector.
Tim Wiederhake
2017-05-30
1
-67
/
+34
*
btrace: Replace struct btrace_function::segment.
Tim Wiederhake
2017-05-30
1
-20
/
+28
*
btrace: Remove struct btrace_function::flow.
Tim Wiederhake
2017-05-30
1
-20
/
+24
*
btrace: Replace struct btrace_function::up.
Tim Wiederhake
2017-05-30
1
-52
/
+89
*
btrace: Remove struct btrace_thread_info::{begin,end}.
Tim Wiederhake
2017-05-30
1
-101
/
+89
*
btrace: Remove constant arguments.
Tim Wiederhake
2017-05-30
1
-47
/
+42
*
btrace: Use function segment index in insn iterator.
Tim Wiederhake
2017-05-30
1
-22
/
+28
*
btrace: Use function segment index in call iterator.
Tim Wiederhake
2017-05-30
1
-114
/
+84
*
btrace: Add btinfo to instruction interator.
Tim Wiederhake
2017-05-30
1
-0
/
+3
*
btrace: Transfer ownership of pointers.
Tim Wiederhake
2017-05-30
1
-48
/
+53
*
btrace: Use std::vector in struct btrace_thread_information.
Tim Wiederhake
2017-05-30
1
-9
/
+8
*
btrace: Fix memory leak in btrace_clear.
Tim Wiederhake
2017-05-05
1
-0
/
+1
*
Python: Use correct ptid in btrace recording
Tim Wiederhake
2017-05-02
1
-1
/
+7
*
Don't memset non-POD types: struct btrace_insn
Pedro Alves
2017-04-25
1
-9
/
+14
[next]