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
/
record-full.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do target_terminal_ours in query & friends instead of in all callers
Pedro Alves
2016-04-12
1
-15
/
+7
*
Make breakpoint handling in record-full idempotent
Yao Qi
2016-04-07
1
-0
/
+17
*
Set bp_tgt->reqstd_address and bp_tgt->placed_size in record_full_insert_brea...
Yao Qi
2016-04-07
1
-0
/
+10
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
gdb/record-full: Use xmalloc instead of alloca for temporary memory storage.
Marcin Kościelnicki
2015-11-04
1
-1
/
+4
*
Do not pass NULL for the string in catch_errors
Luis Machado
2015-10-26
1
-1
/
+1
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-2
/
+3
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-2
/
+2
*
target: add to_record_will_replay target method
Markus Metzger
2015-09-18
1
-0
/
+14
*
target: add to_record_stop_replaying target method
Markus Metzger
2015-09-18
1
-0
/
+9
*
target, record: add PTID argument to to_record_is_replaying
Markus Metzger
2015-09-18
1
-1
/
+1
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-6
/
+4
*
Add casts for legitimate integer to enum conversions
Simon Marchi
2015-08-06
1
-1
/
+1
*
record: set stop_pc in "record goto" command
Markus Metzger
2015-07-10
1
-0
/
+1
*
Simplify target_async hook interface
Pedro Alves
2015-03-25
1
-8
/
+5
*
record-full/record-btrace: software/hardware breakpoint trap
Pedro Alves
2015-03-04
1
-36
/
+67
*
When disabling target async, remove all target event sources from the event loop
Pedro Alves
2015-02-03
1
-12
/
+20
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Make single-step breakpoints be per-thread
Pedro Alves
2014-10-15
1
-3
/
+5
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
constify to_open
Tom Tromey
2014-07-30
1
-3
/
+3
*
constify get_bookmark and goto_bookmark
Tom Tromey
2014-06-26
1
-10
/
+14
*
Add new infrun.h header.
Pedro Alves
2014-05-22
1
-0
/
+1
*
fix regressions with target-async
Tom Tromey
2014-03-12
1
-19
/
+0
*
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
-1
/
+1
*
Add target_ops argument to to_delete_record
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_save_record
Tom Tromey
2014-02-19
1
-2
/
+3
*
Add target_ops argument to to_info_record
Tom Tromey
2014-02-19
1
-1
/
+1
*
Add target_ops argument to to_execution_direction
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_goto_bookmark
Tom Tromey
2014-02-19
1
-1
/
+2
*
Add target_ops argument to to_get_bookmark
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
-200
/
+22
*
add "this" pointers to more target APIs
Tom Tromey
2014-02-19
1
-11
/
+17
*
Return target_xfer_status in to_xfer_partial
Yao Qi
2014-02-11
1
-10
/
+13
*
Replace -1 with TARGET_XFER_E_IO
Yao Qi
2014-02-07
1
-3
/
+3
*
target: allow decr_pc_after_break to be defined by the target
Markus Metzger
2014-01-16
1
-3
/
+3
*
target, breakpoint: allow insert/remove breakpoint to be forwarded
Markus Metzger
2014-01-16
1
-12
/
+36
*
Add target_ops argument to to_prepare_to_store
Markus Metzger
2014-01-16
1
-1
/
+2
*
Fix "is a record target open" checks.
Pedro Alves
2014-01-14
1
-4
/
+14
*
Change to_xfer_partial 'len' type to ULONGEST.
Yao Qi
2014-01-14
1
-2
/
+2
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
Add target_xfer_partial_ftype
Yao Qi
2013-12-18
1
-15
/
+2
*
PR gdb/15911: "info threads" changes the default source and line (for "break"...
Pedro Alves
2013-09-17
1
-2
/
+2
*
* target.h (struct target_section): Delete member bfd.
Doug Evans
2013-07-16
1
-3
/
+4
*
* gcore.c (create_gcore_bfd): Make 'filename' const.
Tom Tromey
2013-05-14
1
-2
/
+2
[next]