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
/
record-btrace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gdb] Fix more typos in comments (2)
Tom de Vries
2019-10-26
1
-1
/
+1
*
[gdb] Fix more typos in comments
Tom de Vries
2019-10-18
1
-1
/
+1
*
gdb: Remove vec.{c,h} and update code to not include vec.h
Andrew Burgess
2019-10-15
1
-1
/
+0
*
Remove the ui_out_style_kind enum
Tom Tromey
2019-10-01
1
-4
/
+5
*
bfd_section_* macros
Alan Modra
2019-09-19
1
-2
/
+1
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-7
/
+7
*
Add more styling to "disassemble"
Tom Tromey
2019-08-06
1
-2
/
+2
*
Rename field_int to field_signed
Tom Tromey
2019-07-17
1
-3
/
+3
*
Introduce field_unsigned
Tom Tromey
2019-07-15
1
-11
/
+3
*
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
-1
/
+1
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-7
/
+7
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-9
/
+9
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-27
/
+18
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-1
/
+1
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-9
/
+11
*
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
*
Add output styles to gdb
Tom Tromey
2018-12-28
1
-4
/
+8
*
Fix compile error with clang 3.8
Dave Murphy
2018-12-21
1
-1
/
+1
*
target_ops::to_stratum -> target_ops::stratum() virtual method
Pedro Alves
2018-11-30
1
-3
/
+2
*
Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.
Pedro Alves
2018-11-22
1
-48
/
+24
*
Fix use-after-free in record_btrace_start_replaying
Tom Tromey
2018-10-23
1
-11
/
+8
*
Simple -Wshadow=local fixes
Tom Tromey
2018-10-04
1
-2
/
+2
*
Remove unused variable in record-btrace.c
Simon Marchi
2018-09-10
1
-1
/
+0
*
Simple unused variable removals
Tom Tromey
2018-07-22
1
-4
/
+0
*
Remove ptid_match
Tom Tromey
2018-07-03
1
-7
/
+7
*
gdb: Eliminate the 'stop_pc' global
Pedro Alves
2018-06-28
1
-1
/
+2
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-30
/
+20
*
target_ops::beneath -> target_ops::beneath()
Pedro Alves
2018-06-07
1
-19
/
+19
*
Remove regcache_raw_supply
Simon Marchi
2018-05-30
1
-1
/
+1
*
Remove regcache_get_ptid
Simon Marchi
2018-05-30
1
-3
/
+3
*
Remove tp_t typedef
Tom Tromey
2018-05-29
1
-5
/
+0
*
Update help text in record-btrace.c
Tom Tromey
2018-05-24
1
-2
/
+2
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-13
/
+12
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-21
/
+21
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-274
/
+283
*
btrace: set/show record btrace cpu
Markus Metzger
2018-04-13
1
-4
/
+173
*
btrace: fix output of "set record btrace"
Markus Metzger
2018-04-13
1
-1
/
+4
*
Convert observers to C++
Tom Tromey
2018-03-19
1
-14
/
+8
*
btrace: Remove ui_out cleanups
Simon Marchi
2018-03-06
1
-30
/
+24
*
btrace: Remove VEC cleanups
Simon Marchi
2018-03-06
1
-35
/
+33
*
btrace: Remove btrace disable cleanup
Simon Marchi
2018-03-06
1
-14
/
+33
*
Propagate gdb_disassembly_flags to btrace_print_lines
Simon Marchi
2018-03-04
1
-1
/
+1
*
Propagate record_print_flags
Simon Marchi
2018-03-01
1
-9
/
+7
*
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
-6
/
+0
*
Constify execute_command
Tom Tromey
2017-11-07
1
-4
/
+4
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-1
/
+1
[next]