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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
tracefile-tfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdbsupport: make gdb_abspath return an std::string
Simon Marchi
2022-04-18
1
-1
/
+1
*
Unify gdb printf functions
Tom Tromey
2022-03-29
1
-1
/
+1
*
Automatic Copyright Year update after running gdb/copyright.py
Joel Brobecker
2022-01-01
1
-1
/
+1
*
gdbsupport: make gdb_open_cloexec return scoped_fd
Simon Marchi
2021-09-30
1
-1
/
+1
*
gdb: remove current_top_target function
Simon Marchi
2021-03-24
1
-1
/
+1
*
gdb: remove push_target free functions
Simon Marchi
2021-03-23
1
-1
/
+1
*
gdb: remove unpush_target free function
Simon Marchi
2021-03-23
1
-2
/
+2
*
Update copyright year range in all GDB files
Joel Brobecker
2021-01-01
1
-1
/
+1
*
gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
2020-11-02
1
-7
/
+7
*
Remove the exec_bfd macro
Tom Tromey
2020-10-29
1
-1
/
+1
*
gdb: remove arguments from inferior_created observable
Simon Marchi
2020-10-02
1
-1
/
+1
*
Don't write to inferior_ptid in tracefile-tfile.c
Pedro Alves
2020-06-18
1
-3
/
+4
*
gdb: add back declarations for _initialize functions
Simon Marchi
2020-01-13
1
-1
/
+2
*
Multi-target support
Pedro Alves
2020-01-10
1
-1
/
+1
*
tfile_target::close: trace_fd can't be -1
Pedro Alves
2020-01-10
1
-2
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2020-01-01
1
-1
/
+1
*
Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)
Sergio Durigan Junior
2019-12-13
1
-2
/
+2
*
Make first and last lines of 'command help documentation' consistent.
Philippe Waroquiers
2019-08-07
1
-1
/
+2
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-3
/
+3
*
Replace throw_exception with throw in some cases
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-1
/
+1
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-3
/
+2
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-3
/
+3
*
Fix tracepoint.c:parse_tracepoint_definition leak (and one more)
Pedro Alves
2019-01-10
1
-10
/
+11
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Remove pid_to_ptid
Tom Tromey
2018-07-03
1
-1
/
+1
*
Use thread_info and inferior pointers more throughout
Pedro Alves
2018-06-21
1
-4
/
+1
*
target_stack -> current_top_target() throughout
Pedro Alves
2018-06-07
1
-1
/
+1
*
Remove regcache_raw_supply
Simon Marchi
2018-05-30
1
-2
/
+2
*
Remove regcache_register_status
Simon Marchi
2018-05-30
1
-1
/
+1
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-15
/
+13
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-4
/
+4
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-56
/
+64
*
Use std::vector in uploaded_tp
Simon Marchi
2018-03-30
1
-5
/
+3
*
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
-1
/
+0
*
s/get_regcache_arch (regcache)/regcache->arch ()/g
Yao Qi
2017-10-25
1
-2
/
+2
*
Make to_traceframe_info return a unique_ptr
Simon Marchi
2017-10-14
1
-3
/
+4
*
Use std::vector for traceframe_info::memory
Simon Marchi
2017-10-14
1
-5
/
+1
*
Use std::vector for traceframe_info::tvars
Simon Marchi
2017-10-14
1
-2
/
+2
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Use gdb::unique_xmalloc_ptr when calling tilde_expand
Tom Tromey
2017-08-05
1
-15
/
+7
*
Introduce and use gdb_file_up
Tom Tromey
2017-08-03
1
-1
/
+1
*
C++ify breakpoint class hierarchy (destructors only)
Simon Marchi
2017-06-02
1
-2
/
+2
*
xml-support.c: Use std::string for growing string buffer
Pedro Alves
2017-04-18
1
-7
/
+7
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-2
/
+2
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
Rename some trace functions
Simon Marchi
2016-12-02
1
-1
/
+1
*
gdb: Use std::min and std::max throughout
Pedro Alves
2016-09-16
1
-1
/
+2
*
gdb.trace: Read XML target description from tfile.
Marcin Kościelnicki
2016-02-10
1
-1
/
+57
[next]