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
/
target.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add target method for converting thread handle to thread_info struct pointer
Kevin Buettner
2017-09-21
1
-0
/
+11
*
Remove make_cleanup_restore_target_terminal
Tom Tromey
2017-09-20
1
-30
/
+0
*
Remove make_show_memory_breakpoints_cleanup
Tom Tromey
2017-09-11
1
-3
/
+5
*
Introduce gdb_disassembly_flags
Pedro Alves
2017-09-04
1
-6
/
+12
*
Make target_waitstatus_to_string return an std::string
Simon Marchi
2017-09-03
1
-4
/
+0
*
Change to_xfer_partial doc to use addressable memory units
Simon Marchi
2017-06-21
1
-5
/
+8
*
Share fork_inferior et al with gdbserver
Sergio Durigan Junior
2017-06-07
1
-16
/
+2
*
C++-fy and prepare for sharing fork_inferior
Sergio Durigan Junior
2017-04-12
1
-1
/
+2
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-1
/
+2
*
-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
Pedro Alves
2017-04-05
1
-4
/
+4
*
Add method to query current recording method to target_ops.
Tim Wiederhake
2017-02-14
1
-0
/
+8
*
Add command to erase all flash memory regions
Luis Machado
2017-01-20
1
-0
/
+3
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
gdb: Coalesce/aggregate (async) vCont packets/actions
Pedro Alves
2016-10-26
1
-11
/
+36
*
Consolidate API of target_supports_multi_process
Sergio Durigan Junior
2016-10-06
1
-6
/
+0
*
Consolidate target_mourn_inferior between GDB and gdbserver
Sergio Durigan Junior
2016-09-19
1
-3
/
+1
*
Share target_wait prototype between GDB and gdbserver
Sergio Durigan Junior
2016-09-01
1
-11
/
+1
*
Plumb enum remove_bp_reason all the way to target_remove_breakpoint
Pedro Alves
2016-08-10
1
-3
/
+6
*
Fix PR gdb/20418 - Problems with synchronous commands and new-ui
Pedro Alves
2016-08-09
1
-6
/
+8
*
Optimize memory_xfer_partial for remote
Don Breazeal
2016-07-01
1
-0
/
+6
*
Factor out "Detaching from program" message printing
Pedro Alves
2016-07-01
1
-0
/
+5
*
Eliminate target_check_pending_interrupt
Pedro Alves
2016-04-12
1
-10
/
+0
*
Pass Ctrl-C to the target in target_terminal_inferior
Pedro Alves
2016-04-12
1
-0
/
+13
*
gdb: fix doc string of target_can_use_hardware_watchpoint.
Jose E. Marchesi
2016-03-09
1
-1
/
+2
*
Change SIGINT handler for extension languages only when target terminal is ours
Yao Qi
2016-01-08
1
-0
/
+4
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Remote thread create/exit events
Pedro Alves
2015-11-30
1
-0
/
+5
*
Display names of remote threads
Simon Marchi
2015-11-26
1
-2
/
+2
*
Constify thread name return path
Simon Marchi
2015-11-26
1
-2
/
+2
*
[C++] remote.c: Avoid enum arithmetic
Pedro Alves
2015-11-19
1
-0
/
+4
*
target_ops mask_watchpoint: change int to target_hw_bp_type
Simon Marchi
2015-11-03
1
-4
/
+8
*
target: add to_record_will_replay target method
Markus Metzger
2015-09-18
1
-0
/
+8
*
target: add to_record_stop_replaying target method
Markus Metzger
2015-09-18
1
-0
/
+7
*
target, record: add PTID argument to to_record_is_replaying
Markus Metzger
2015-09-18
1
-3
/
+3
*
Support single step by arch or target
Yao Qi
2015-09-15
1
-0
/
+9
*
Extended-remote follow-exec
Don Breazeal
2015-09-11
1
-0
/
+7
*
Delete enum inferior_event_handler::INF_TIMER
Pedro Alves
2015-09-09
1
-2
/
+0
*
Garbage collect thread continuations
Pedro Alves
2015-09-09
1
-5
/
+0
*
Merge async and sync code paths some more
Pedro Alves
2015-09-09
1
-1
/
+8
*
remote: allow aborting long operations (e.g., file transfers)
Pedro Alves
2015-08-25
1
-0
/
+10
*
Warn when accessing binaries from remote targets
Gary Benson
2015-08-21
1
-3
/
+14
*
Fix interrupt-noterm.exp on targets always in non-stop
Pedro Alves
2015-08-07
1
-0
/
+8
*
Implement all-stop on top of a target running non-stop mode
Pedro Alves
2015-08-07
1
-0
/
+13
*
Teach non-stop to do in-line step-overs (stop all, step, restart)
Pedro Alves
2015-08-07
1
-2
/
+1
*
Add comments to currently_stepping and target_resume
Pedro Alves
2015-08-07
1
-2
/
+2
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-5
/
+9
*
PR record/18691: Fix fails in solib-precsave.exp
Yao Qi
2015-07-29
1
-0
/
+5
*
Revert the previous 7 commits of: Validate binary before use
Jan Kratochvil
2015-07-15
1
-0
/
+10
*
Move linux_find_memory_regions_full & co.
Jan Kratochvil
2015-07-15
1
-10
/
+0
*
target: consider addressable unit size when reading/writing memory
Simon Marchi
2015-06-12
1
-7
/
+26
[next]