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-delegates.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Constify target_ops::follow_exec
Tom Tromey
2019-05-22
1
-6
/
+6
*
Introduce target_ops method thread_info_to_thread_handle
Kevin Buettner
2019-04-08
1
-0
/
+28
*
Change pid_to_str to return std::string
Tom Tromey
2019-03-13
1
-7
/
+7
*
target_pass_signals/target_program_signals: Use gdb::array_view
Pedro Alves
2019-01-24
1
-20
/
+16
*
Constify target_pass_signals and target_program_signals
Tom Tromey
2019-01-14
1
-10
/
+10
*
target_ops::to_stratum -> target_ops::stratum() virtual method
Pedro Alves
2018-11-30
1
-4
/
+4
*
Introduce process_stratum_target
Pedro Alves
2018-11-30
1
-2
/
+2
*
Fix ia64-linux-nat.c
Tom Tromey
2018-11-18
1
-7
/
+7
*
Eliminate target_have_continuable_watchpoint
Pedro Alves
2018-08-31
1
-27
/
+0
*
target_ops::beneath -> target_ops::beneath()
Pedro Alves
2018-06-07
1
-640
/
+640
*
target factories, target open and multiple instances of targets
Pedro Alves
2018-05-03
1
-6
/
+2
*
target_ops: Use bool throughout
Pedro Alves
2018-05-03
1
-243
/
+243
*
Convert struct target_ops to C++
Pedro Alves
2018-05-03
1
-2730
/
+2306
*
Eliminate target_has_exited
Pedro Alves
2018-04-12
1
-37
/
+0
*
Remove VEC(tsv_s), use std::vector instead
Simon Marchi
2018-04-09
1
-4
/
+4
*
Get rid of VEC(static_tracepoint_marker_p)
Simon Marchi
2018-03-22
1
-15
/
+15
*
Propagate record_print_flags
Simon Marchi
2018-03-01
1
-12
/
+12
*
btrace, gdbserver: remove the to_supports_btrace target method
Markus Metzger
2018-02-09
1
-33
/
+0
*
Per-inferior target_terminal state, fix PR gdb/13211, more
Pedro Alves
2018-01-30
1
-7
/
+31
*
Pass inferior down to target_detach and to_detach
Simon Marchi
2018-01-19
1
-6
/
+8
*
Remove args from target detach
Simon Marchi
2018-01-19
1
-8
/
+6
*
target_set_syscall_catchpoint, use gdb::array_view and bool
Pedro Alves
2017-12-06
1
-9
/
+7
*
Remove mem_region_vector typedef
Simon Marchi
2017-12-03
1
-5
/
+5
*
Make make-target-delegates grok namespace scope op and template params
Pedro Alves
2017-12-03
1
-1
/
+1
*
Get rid of VEC (mem_region)
Simon Marchi
2017-10-21
1
-6
/
+6
*
Make to_traceframe_info return a unique_ptr
Simon Marchi
2017-10-14
1
-5
/
+5
*
Add target method for converting thread handle to thread_info struct pointer
Kevin Buettner
2017-09-21
1
-0
/
+37
*
Introduce gdb_disassembly_flags
Pedro Alves
2017-09-04
1
-12
/
+12
*
-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
Pedro Alves
2017-04-05
1
-9
/
+9
*
Add method to query current recording method to target_ops.
Tim Wiederhake
2017-02-14
1
-0
/
+33
*
gdb: Coalesce/aggregate (async) vCont packets/actions
Pedro Alves
2016-10-26
1
-0
/
+26
*
Plumb enum remove_bp_reason all the way to target_remove_breakpoint
Pedro Alves
2016-08-10
1
-4
/
+6
*
Optimize memory_xfer_partial for remote
Don Breazeal
2016-07-01
1
-0
/
+31
*
Eliminate target_check_pending_interrupt
Pedro Alves
2016-04-12
1
-26
/
+0
*
Pass Ctrl-C to the target in target_terminal_inferior
Pedro Alves
2016-04-12
1
-0
/
+21
*
Remote thread create/exit events
Pedro Alves
2015-11-30
1
-0
/
+28
*
Constify thread name return path
Simon Marchi
2015-11-26
1
-5
/
+5
*
target_ops mask_watchpoint: change int to target_hw_bp_type
Simon Marchi
2015-11-03
1
-8
/
+8
*
target: add to_record_will_replay target method
Markus Metzger
2015-09-18
1
-0
/
+35
*
target: add to_record_stop_replaying target method
Markus Metzger
2015-09-18
1
-0
/
+26
*
target, record: add PTID argument to to_record_is_replaying
Markus Metzger
2015-09-18
1
-5
/
+7
*
Support single step by arch or target
Yao Qi
2015-09-15
1
-0
/
+31
*
Extended-remote follow-exec
Don Breazeal
2015-09-11
1
-0
/
+30
*
Merge async and sync code paths some more
Pedro Alves
2015-09-09
1
-7
/
+1
*
remote: allow aborting long operations (e.g., file transfers)
Pedro Alves
2015-08-25
1
-0
/
+26
*
Fix interrupt-noterm.exp on targets always in non-stop
Pedro Alves
2015-08-07
1
-0
/
+28
*
Implement all-stop on top of a target running non-stop mode
Pedro Alves
2015-08-07
1
-0
/
+31
*
Mostly trivial enum fixes
Simon Marchi
2015-07-31
1
-12
/
+12
*
Introduce target_filesystem_is_local
Gary Benson
2015-04-02
1
-0
/
+31
*
Simplify target_async hook interface
Pedro Alves
2015-03-25
1
-8
/
+6
[next]