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
*
Simplify target_async hook interface
Pedro Alves
2015-03-25
1
-7
/
+4
*
more making TRY/CATCH callers look more like real C++ try/catch blocks
Pedro Alves
2015-03-07
1
-10
/
+10
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-34
/
+46
*
record-full/record-btrace: software/hardware breakpoint trap
Pedro Alves
2015-03-04
1
-11
/
+58
*
btrace: compute line range when printing
Markus Metzger
2015-03-03
1
-3
/
+42
*
record-btrace.c: Remove redefinitions
Pedro Alves
2015-02-27
1
-4
/
+0
*
record-btrace: indicate gaps
Markus Metzger
2015-02-09
1
-32
/
+168
*
record-btrace: add bts buffer size configuration option
Markus Metzger
2015-02-09
1
-2
/
+118
*
record btrace: add configuration struct
Markus Metzger
2015-02-09
1
-8
/
+61
*
btrace: add format argument to supports_btrace
Markus Metzger
2015-02-09
1
-3
/
+0
*
When disabling target async, remove all target event sources from the event loop
Pedro Alves
2015-02-03
1
-0
/
+17
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Replace some symbol accessor macros with functions.
Doug Evans
2014-12-23
1
-1
/
+1
*
Introduce utility function find_inferior_ptid
Simon Marchi
2014-12-15
1
-2
/
+2
*
Push pruning old threads down to the target
Pedro Alves
2014-10-15
1
-5
/
+5
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
constify to_open
Tom Tromey
2014-07-30
1
-1
/
+1
*
clean up some target delegation cases
Tom Tromey
2014-07-18
1
-49
/
+17
*
btrace: pretend we're not replaying when generating a core file
Markus Metzger
2014-06-25
1
-3
/
+26
*
Fix next over threaded execl with "set scheduler-locking step".
Pedro Alves
2014-06-19
1
-7
/
+7
*
btrace: async support
Markus Metzger
2014-06-04
1
-0
/
+42
*
btrace: control memory access during replay
Markus Metzger
2014-05-23
1
-11
/
+77
*
Add new infrun.h header.
Pedro Alves
2014-05-22
1
-0
/
+1
*
btrace: no replay without history
Markus Metzger
2014-05-20
1
-0
/
+4
*
fix regressions with target-async
Tom Tromey
2014-03-12
1
-1
/
+0
*
change minsym representation
Tom Tromey
2014-02-26
1
-2
/
+2
*
Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE
Yao Qi
2014-02-24
1
-3
/
+3
*
convert to_get_unwinder and to_get_tailcall_unwinder to methods
Tom Tromey
2014-02-19
1
-2
/
+18
*
convert to_decr_pc_after_break
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_call_history_range
Tom Tromey
2014-02-19
1
-2
/
+3
*
Add target_ops argument to to_call_history_from
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_call_history
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_insn_history_range
Tom Tromey
2014-02-19
1
-2
/
+3
*
Add target_ops argument to to_insn_history_from
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_insn_history
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_goto_record
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_goto_record_end
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_goto_record_begin
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_record_is_replaying
Tom Tromey
2014-02-19
1
-9
/
+9
*
Add target_ops argument to to_info_record
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_stop_recording
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_can_execute_reverse
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_close
Tom Tromey
2014-02-19
1
-1
/
+1
*
add target method delegation
Tom Tromey
2014-02-19
1
-2
/
+2
*
Return target_xfer_status in to_xfer_partial
Yao Qi
2014-02-11
1
-4
/
+9
*
btrace: initiate teardown when closing record btrace target
Markus Metzger
2014-01-27
1
-1
/
+6
*
record-btrace: add (reverse-)stepping support
Markus Metzger
2014-01-16
1
-21
/
+409
*
record-btrace: show trace from enable location
Markus Metzger
2014-01-16
1
-5
/
+3
*
record-btrace: extend unwinder
Markus Metzger
2014-01-16
1
-10
/
+278
*
record-btrace: add record goto target methods
Markus Metzger
2014-01-16
1
-4
/
+120
[next]