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
*
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
*
Share some code between ctf and tfile target.
Yao Qi
2014-02-23
1
-35
/
+2
*
Move tfile target to tracefile-tfile.c
Yao Qi
2014-02-23
1
-0
/
+827
*
Move trace file writer out of tracepoint.c
Yao Qi
2014-02-23
1
-0
/
+327