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/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
/
tracefile-tfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gdb.trace: Save XML target description in tfile.
Marcin Kościelnicki
2016-02-10
1
-0
/
+38
*
gdb.trace: Use g packet order in tfile_fetch_registers.
Marcin Kościelnicki
2016-02-10
1
-5
/
+6
*
gdb.trace: Fix off-by-one in tfile_fetch_registers.
Marcin Kościelnicki
2016-02-10
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-2
/
+2
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-3
/
+3
*
New common function "startswith"
Gary Benson
2015-03-06
1
-5
/
+5
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
constify to_open
Tom Tromey
2014-07-30
1
-3
/
+4
*
Partially available/unavailable data in requested range
Yao Qi
2014-05-05
1
-1
/
+10
*
Unify ctf_fetch_registers and tfile_fetch_registers
Yao Qi
2014-04-22
1
-53
/
+5
*
Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...
Yao Qi
2014-03-22
1
-1
/
+15
*
Use new to_xfer_partial interface in ctf and tfile target
Yao Qi
2014-02-23
1
-2
/
+8
*
Share code on to_xfer_partial for tfile and ctf target
Yao Qi
2014-02-23
1
-35
/
+1
*
Let tracefile has_memory and has_all_memory.
Yao Qi
2014-02-23
1
-14
/
+0
[next]