projects
/
deliverable
/
binutils-gdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Change inferior thread list to be a thread map
[deliverable/binutils-gdb.git]
/
gdb
/
target.h
2020-01-11
Laurent Morichetti
Merge remote-tracking branch 'origin/master' into amd...
blob
|
commitdiff
|
raw
2020-01-10
Pedro Alves
Multi-target support
blob
|
commitdiff
|
raw
2020-01-10
Pedro Alves
Make target_ops::has_execution take an 'inferior *...
blob
|
commitdiff
|
raw
|
diff to current
2020-01-10
Pedro Alves
Don't rely on inferior_ptid in record_full_wait
blob
|
commitdiff
|
raw
|
diff to current
2020-01-03
Laurent Morichetti
Merge branch 'master' into amd-common
blob
|
commitdiff
|
raw
|
diff to current
2020-01-03
Luis Machado
Remove stale references to Cell BE
blob
|
commitdiff
|
raw
|
diff to current
2020-01-02
Laurent Morichetti
Merge branch 'master' into amd-common
blob
|
commitdiff
|
raw
|
diff to current
2020-01-01
Joel Brobecker
Update copyright year range in all GDB files.
blob
|
commitdiff
|
raw
|
diff to current
2019-10-15
Andrew Burgess
gdb: Update comments that reference VEC or vec.h
blob
|
commitdiff
|
raw
|
diff to current
2019-10-15
Andrew Burgess
gdb: Remove vec.{c,h} and update code to not include...
blob
|
commitdiff
|
raw
|
diff to current
2019-09-20
Ulrich Weigand
Remove Cell Broadband Engine debugging support
blob
|
commitdiff
|
raw
|
diff to current
2019-09-18
Christian Biesinger
Change boolean options to bool instead of int
blob
|
commitdiff
|
raw
|
diff to current
2019-07-09
Tom Tromey
Rename common to gdbsupport
blob
|
commitdiff
|
raw
|
diff to current
2019-05-22
Tom Tromey
Constify target_ops::follow_exec
blob
|
commitdiff
|
raw
|
diff to current
2019-04-09
Kevin Buettner
Introduce target_ops method thread_info_to_thread_handle
blob
|
commitdiff
|
raw
|
diff to current
2019-03-13
Tom Tromey
Change pid_to_str to return std::string
blob
|
commitdiff
|
raw
|
diff to current
2019-03-12
John Baldwin
Update comment for target::get_thread_local_address.
blob
|
commitdiff
|
raw
|
diff to current
2019-02-15
Tom Tromey
Add push_target overload
blob
|
commitdiff
|
raw
|
diff to current
2019-01-25
Tom Tromey
Normalize includes to use common/
blob
|
commitdiff
|
raw
|
diff to current
2019-01-24
Pedro Alves
target_pass_signals/target_program_signals: Use gdb...
blob
|
commitdiff
|
raw
|
diff to current
2019-01-15
Tom Tromey
Constify target_pass_signals and target_program_signals
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Joel Brobecker
Update copyright year range in all GDB files.
blob
|
commitdiff
|
raw
|
diff to current
2018-11-30
Pedro Alves
target_ops::to_stratum -> target_ops::stratum() virtual...
blob
|
commitdiff
|
raw
|
diff to current
2018-11-30
Pedro Alves
Convert default_child_has_foo functions to process_stra...
blob
|
commitdiff
|
raw
|
diff to current
2018-11-30
Pedro Alves
Introduce process_stratum_target
blob
|
commitdiff
|
raw
|
diff to current
2018-11-30
Pedro Alves
Move test_target_ops to a separate file
blob
|
commitdiff
|
raw
|
diff to current
2018-11-18
Tom Tromey
Fix ia64-linux-nat.c
blob
|
commitdiff
|
raw
|
diff to current
2018-11-08
Tom Tromey
Avoid crash when calling warning too early
blob
|
commitdiff
|
raw
|
diff to current
2018-09-06
Simon Ser
Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} in FreeBSD...
blob
|
commitdiff
|
raw
|
diff to current
2018-08-31
Pedro Alves
Add comment describing continuable/steppable/non-steppa...
blob
|
commitdiff
|
raw
|
diff to current
2018-08-31
Pedro Alves
Eliminate target_have_continuable_watchpoint
blob
|
commitdiff
|
raw
|
diff to current
2018-08-08
Simon Marchi
Make target_options_to_string return an std::string
blob
|
commitdiff
|
raw
|
diff to current
2018-06-07
Pedro Alves
Introduce class target_stack
blob
|
commitdiff
|
raw
|
diff to current
2018-06-07
Pedro Alves
Eliminate find_target_beneath
blob
|
commitdiff
|
raw
|
diff to current
2018-06-07
Pedro Alves
target_ops::beneath -> target_ops::beneath()
blob
|
commitdiff
|
raw
|
diff to current
2018-06-07
Pedro Alves
target_stack -> current_top_target() throughout
blob
|
commitdiff
|
raw
|
diff to current
2018-05-11
Pedro Alves
Heap-allocate core_target instances
blob
|
commitdiff
|
raw
|
diff to current
2018-05-02
Pedro Alves
target factories, target open and multiple instances...
blob
|
commitdiff
|
raw
|
diff to current
2018-05-02
Pedro Alves
target_ops: Use bool throughout
blob
|
commitdiff
|
raw
|
diff to current
2018-05-02
Pedro Alves
make-target-delegates: line break between return type...
blob
|
commitdiff
|
raw
|
diff to current
2018-05-02
Pedro Alves
Convert struct target_ops to C++
blob
|
commitdiff
|
raw
|
diff to current
2018-05-02
Pedro Alves
Eliminate target_ops::to_xclose
blob
|
commitdiff
|
raw
|
diff to current
2018-04-12
Pedro Alves
Eliminate target_has_exited
blob
|
commitdiff
|
raw
|
diff to current
2018-04-09
Simon Marchi
Remove VEC(tsv_s), use std::vector instead
blob
|
commitdiff
|
raw
|
diff to current
2018-04-07
Simon Marchi
Make target_read_alloc & al return vectors
blob
|
commitdiff
|
raw
|
diff to current
2018-03-30
Tom Tromey
Change target_read_string to use unique_xmalloc_ptr
blob
|
commitdiff
|
raw
|
diff to current
2018-03-22
Simon Marchi
Get rid of VEC(static_tracepoint_marker_p)
blob
|
commitdiff
|
raw
|
diff to current
2018-03-07
Tom Tromey
Return gdb::optional<std::string> from target_fileio_re...
blob
|
commitdiff
|
raw
|
diff to current
2018-03-01
Simon Marchi
Propagate record_print_flags
blob
|
commitdiff
|
raw
|
diff to current
2018-02-27
Tom Tromey
Change target_write_memory_blocks to use std::vector
blob
|
commitdiff
|
raw
|
diff to current
2018-02-09
Markus Metzger
btrace, gdbserver: remove the to_supports_btrace target...
blob
|
commitdiff
|
raw
|
diff to current
2018-01-30
Pedro Alves
Per-inferior target_terminal state, fix PR gdb/13211...
blob
|
commitdiff
|
raw
|
diff to current
2018-01-19
Simon Marchi
Pass inferior down to target_detach and to_detach
blob
|
commitdiff
|
raw
|
diff to current
2018-01-19
Simon Marchi
Remove args from target detach
blob
|
commitdiff
|
raw
|
diff to current
2018-01-02
Joel Brobecker
Update copyright year range in all GDB files
blob
|
commitdiff
|
raw
|
diff to current
2017-12-28
Simon Marchi
Remove unused HP-UX TARGET_OBJECT_ enums
blob
|
commitdiff
|
raw
|
diff to current
2017-12-06
Pedro Alves
target_set_syscall_catchpoint, use gdb::array_view...
blob
|
commitdiff
|
raw
|
diff to current
2017-12-03
Simon Marchi
Remove mem_region_vector typedef
blob
|
commitdiff
|
raw
|
diff to current
2017-11-24
Yao Qi
regcache::cooked_read unit test
blob
|
commitdiff
|
raw
|
diff to current
2017-11-07
Tom Tromey
Constify add_com
blob
|
commitdiff
|
raw
|
diff to current
2017-10-21
Simon Marchi
Get rid of VEC (mem_region)
blob
|
commitdiff
|
raw
|
diff to current
2017-10-16
Tom Tromey
Return unique_xmalloc_ptr from target_fileio_read_stralloc
blob
|
commitdiff
|
raw
|
diff to current
2017-10-16
Tom Tromey
Return unique_xmalloc_ptr from target_read_stralloc
blob
|
commitdiff
|
raw
|
diff to current
2017-10-14
Simon Marchi
Make to_traceframe_info return a unique_ptr
blob
|
commitdiff
|
raw
|
diff to current
2017-09-30
Tom Tromey
Remove free_memory_read_result_vector
blob
|
commitdiff
|
raw
|
diff to current
2017-09-30
Tom Tromey
Remove make_cleanup_defer_target_commit_resume
blob
|
commitdiff
|
raw
|
diff to current
2017-09-21
Kevin Buettner
Add target method for converting thread handle to threa...
blob
|
commitdiff
|
raw
|
diff to current
2017-09-20
Tom Tromey
Remove make_cleanup_restore_target_terminal
blob
|
commitdiff
|
raw
|
diff to current
2017-09-11
Tom Tromey
Remove make_show_memory_breakpoints_cleanup
blob
|
commitdiff
|
raw
|
diff to current
2017-09-04
Pedro Alves
Introduce gdb_disassembly_flags
blob
|
commitdiff
|
raw
|
diff to current
2017-09-03
Simon Marchi
Make target_waitstatus_to_string return an std::string
blob
|
commitdiff
|
raw
|
diff to current
2017-06-21
Simon Marchi
Change to_xfer_partial doc to use addressable memory...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-07
Sergio Durigan Junior
Share fork_inferior et al with gdbserver
blob
|
commitdiff
|
raw
|
diff to current
2017-04-12
Sergio Durigan Junior
C++-fy and prepare for sharing fork_inferior
blob
|
commitdiff
|
raw
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: The Rest
blob
|
commitdiff
|
raw
|
diff to current
2017-04-05
Pedro Alves
-Wwrite-strings: Constify target_pid_to_str and target_...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-14
Tim Wiederhake
Add method to query current recording method to target_ops.
blob
|
commitdiff
|
raw
|
diff to current
2017-01-20
Luis Machado
Add command to erase all flash memory regions
blob
|
commitdiff
|
raw
|
diff to current
2017-01-01
Joel Brobecker
update copyright year range in GDB files
blob
|
commitdiff
|
raw
|
diff to current
2016-10-26
Pedro Alves
gdb: Coalesce/aggregate (async) vCont packets/actions
blob
|
commitdiff
|
raw
|
diff to current
2016-10-06
Sergio Durigan Junior
Consolidate API of target_supports_multi_process
blob
|
commitdiff
|
raw
|
diff to current
2016-09-19
Sergio Durigan Junior
Consolidate target_mourn_inferior between GDB and gdbserver
blob
|
commitdiff
|
raw
|
diff to current
2016-09-01
Sergio Durigan Junior
Share target_wait prototype between GDB and gdbserver
blob
|
commitdiff
|
raw
|
diff to current
2016-08-10
Pedro Alves
Plumb enum remove_bp_reason all the way to target_remov...
blob
|
commitdiff
|
raw
|
diff to current
2016-08-09
Pedro Alves
Fix PR gdb/20418 - Problems with synchronous commands...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-01
Don Breazeal
Optimize memory_xfer_partial for remote
blob
|
commitdiff
|
raw
|
diff to current
2016-07-01
Pedro Alves
Factor out "Detaching from program" message printing
blob
|
commitdiff
|
raw
|
diff to current
2016-04-12
Pedro Alves
Eliminate target_check_pending_interrupt
blob
|
commitdiff
|
raw
|
diff to current
2016-04-12
Pedro Alves
Pass Ctrl-C to the target in target_terminal_inferior
blob
|
commitdiff
|
raw
|
diff to current
2016-03-09
Jose E. Marchesi
gdb: fix doc string of target_can_use_hardware_watchpoint.
blob
|
commitdiff
|
raw
|
diff to current
2016-01-08
Yao Qi
Change SIGINT handler for extension languages only...
blob
|
commitdiff
|
raw
|
diff to current
2016-01-01
Joel Brobecker
GDB copyright headers update after running GDB's copyri...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-30
Pedro Alves
Remote thread create/exit events
blob
|
commitdiff
|
raw
|
diff to current
2015-11-26
Simon Marchi
Display names of remote threads
blob
|
commitdiff
|
raw
|
diff to current
2015-11-26
Simon Marchi
Constify thread name return path
blob
|
commitdiff
|
raw
|
diff to current
2015-11-19
Pedro Alves
[C++] remote.c: Avoid enum arithmetic
blob
|
commitdiff
|
raw
|
diff to current
2015-11-03
Simon Marchi
target_ops mask_watchpoint: change int to target_hw_bp_type
blob
|
commitdiff
|
raw
|
diff to current
2015-09-18
Markus Metzger
target: add to_record_will_replay target method
blob
|
commitdiff
|
raw
|
diff to current
2015-09-18
Markus Metzger
target: add to_record_stop_replaying target method
blob
|
commitdiff
|
raw
|
diff to current
2015-09-18
Markus Metzger
target, record: add PTID argument to to_record_is_replaying
blob
|
commitdiff
|
raw
|
diff to current
next
This page took
0.686711 seconds
and
106
git commands to generate.