projects
/
external
/
binutils.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Simplify target_async hook interface
[external/binutils.git]
/
gdb
/
linux-nat.c
2015-03-25
Pedro Alves
Simplify target_async hook interface
blob
|
commitdiff
2015-03-24
Pedro Alves
Debug output tweaks in the Linux target backends
blob
|
commitdiff
|
diff to current
2015-03-24
Gary Benson
Make lwp_info.arch_private handling shared
blob
|
commitdiff
|
diff to current
2015-03-24
Gary Benson
Introduce basic LWP accessors
blob
|
commitdiff
|
diff to current
2015-03-24
Gary Benson
Add iterate_over_lwps to gdbserver
blob
|
commitdiff
|
diff to current
2015-03-24
Gary Benson
Introduce current_lwp_ptid
blob
|
commitdiff
|
diff to current
2015-03-19
Pedro Alves
Fix race exposed by gdb.threads/killed.exp
blob
|
commitdiff
|
diff to current
2015-03-19
Pedro Alves
gdbserver/Linux: unbreak thread event randomization
blob
|
commitdiff
|
diff to current
2015-03-19
Pedro Alves
native/Linux: internal error if resume is short-circuited
blob
|
commitdiff
|
diff to current
2015-03-19
Pedro Alves
select_event_lwp_callback: update comments
blob
|
commitdiff
|
diff to current
2015-03-07
Pedro Alves
Split TRY_CATCH into TRY + CATCH
blob
|
commitdiff
|
diff to current
2015-03-06
Gary Benson
New common function "startswith"
blob
|
commitdiff
|
diff to current
2015-03-04
Pedro Alves
garbage collect target_decr_pc_after_break
blob
|
commitdiff
|
diff to current
2015-03-04
Pedro Alves
Linux native: Use TRAP_BRKPT/TRAP_HWBPT
blob
|
commitdiff
|
diff to current
2015-03-04
Pedro Alves
enum lwp_stop_reason -> enum target_stop_reason
blob
|
commitdiff
|
diff to current
2015-03-04
Pedro Alves
follow-fork: don't lose the ptids as set by the target
blob
|
commitdiff
|
diff to current
2015-03-03
Pedro Alves
Linux/ptrace: don't convert ptids when asking inf-ptrac...
blob
|
commitdiff
|
diff to current
2015-02-20
Pedro Alves
GNU/Linux: Stop using libthread_db/td_ta_thr_iter
blob
|
commitdiff
|
diff to current
2015-02-20
Pedro Alves
linux-nat.c: fix a few lin_lwp_attach_lwp issues
blob
|
commitdiff
|
diff to current
2015-02-19
Antoine Tremblay
Fix non executable stack handling when calling function...
blob
|
commitdiff
|
diff to current
2015-02-04
Pedro Alves
Linux: don't resume new LWPs until we've pulled all...
blob
|
commitdiff
|
diff to current
2015-02-03
Pedro Alves
Fix up some target is-async vs can-async confusions
blob
|
commitdiff
|
diff to current
2015-01-23
Pedro Alves
Linux: make target_is_async_p return false when async...
blob
|
commitdiff
|
diff to current
2015-01-15
Sergio Durigan Junior
Move code to disable ASR to nat/
blob
|
commitdiff
|
diff to current
2015-01-13
Joel Brobecker
[ARI] Remove trailing new-line in argument of call...
blob
|
commitdiff
|
diff to current
2015-01-09
Pedro Alves
linux-nat.c: better starvation avoidance, handle non...
blob
|
commitdiff
|
diff to current
2015-01-09
Pedro Alves
linux-nat.c: always mark execing LWP as resumed
blob
|
commitdiff
|
diff to current
2015-01-09
Pedro Alves
linux-nat.c: clean up pending status checking and resum...
blob
|
commitdiff
|
diff to current
2015-01-09
Pedro Alves
libthread_db: Skip attaching to terminated and joined...
blob
|
commitdiff
|
diff to current
2015-01-09
Pedro Alves
Linux: on attach, attach to lwps listed under /proc...
blob
|
commitdiff
|
diff to current
2015-01-01
Joel Brobecker
Update year range in copyright notice of all files...
blob
|
commitdiff
|
diff to current
2014-12-16
Joel Brobecker
[Linux] Ask kernel to kill inferior when GDB terminates
blob
|
commitdiff
|
diff to current
2014-12-15
Simon Marchi
Introduce utility function find_inferior_ptid
blob
|
commitdiff
|
diff to current
2014-10-19
Doug Evans
linux-nat.c (linux_nat_wait_1): Make local prev_mask...
blob
|
commitdiff
|
diff to current
2014-10-08
Gary Benson
Remove spurious exceptions.h inclusions
blob
|
commitdiff
|
diff to current
2014-09-30
Don Breazeal
Refactor native follow-fork.
blob
|
commitdiff
|
diff to current
2014-09-30
Andreas Arnez
Linux targets: drop fall back to target method for...
blob
|
commitdiff
|
diff to current
2014-09-19
Don Breazeal
Refactor ptrace extended event status.
blob
|
commitdiff
|
diff to current
2014-09-16
Sergio Durigan Junior
Replace "fprintf (stderr..." by "fprintf_unfiltered...
blob
|
commitdiff
|
diff to current
2014-09-13
Doug Evans
* linux-nat.c (wait_lwp): Add debugging printf.
blob
|
commitdiff
|
diff to current
2014-08-25
Doug Evans
linux-nat.c (linux_nat_close): Don't pass NULL for...
blob
|
commitdiff
|
diff to current
2014-08-11
Doug Evans
linux-nat.c (linux_nat_thread_address_space): Delete...
blob
|
commitdiff
|
diff to current
2014-08-07
Gary Benson
Include string.h in common-defs.h
blob
|
commitdiff
|
diff to current
2014-08-07
Gary Benson
Include gdb_assert.h in common-defs.h
blob
|
commitdiff
|
diff to current
2014-07-31
Doug Evans
* inflow.c (child_terminal_inferior): Add comment.
blob
|
commitdiff
|
diff to current
2014-07-25
Pedro Alves
Always pass signals to the right thread
blob
|
commitdiff
|
diff to current
2014-07-24
Tom Tromey
Remove some GDBSERVER checks from linux-ptrace
blob
|
commitdiff
|
diff to current
2014-07-16
Pedro Alves
Linux: Use kill_lwp/tkill instead of kill when killing...
blob
|
commitdiff
|
diff to current
2014-07-15
Pedro Alves
[GDB/Linux] Avoid stale errno
blob
|
commitdiff
|
diff to current
2014-06-20
Gary Benson
Move shared native target specific code to gdb/nat
blob
|
commitdiff
|
diff to current
2014-06-09
Pedro Alves
Fix a bunch of fork related regressions.
blob
|
commitdiff
|
diff to current
2014-06-08
Hui Zhu
Fix gdb.base/watch-vfork.exp: Watchpoint triggers after...
blob
|
commitdiff
|
diff to current
2014-06-04
Tom Tromey
constify to_attach
blob
|
commitdiff
|
diff to current
2014-05-29
Pedro Alves
PR gdb/15713 - errors from i386_linux_resume lead to...
blob
|
commitdiff
|
diff to current
2014-05-22
Pedro Alves
Add new infrun.h header.
blob
|
commitdiff
|
diff to current
2014-05-21
Pedro Alves
Allow making GDB not automatically connect to the nativ...
blob
|
commitdiff
|
diff to current
2014-04-25
Pedro Alves
PR server/16255: gdbserver cannot attach to a second...
blob
|
commitdiff
|
diff to current
2014-03-21
Hui Zhu
Fix internal warning when "gdb -p xxx"
blob
|
commitdiff
|
diff to current
2014-03-14
Pedro Alves
Rename native-only terminal related functions.
blob
|
commitdiff
|
diff to current
2014-02-27
Pedro Alves
Move linux-nat.c:status_to_str to nat/linux-waitpid.c.
blob
|
commitdiff
|
diff to current
2014-02-26
Tom Tromey
start change to progspace independence
blob
|
commitdiff
|
diff to current
2014-02-26
Tom Tromey
use bound_minsym as result for lookup_minimal_symbol...
blob
|
commitdiff
|
diff to current
2014-02-26
Tom Tromey
change minsym representation
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_static_tracepoint_markers...
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_supports_disable_randomiz...
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_supports_multi_process
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_make_corefile_notes
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_supports_non_stop
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_pid_to_exec_file
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_stop
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_thread_name
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_pass_signals
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_set_syscall_catchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_remove_exec_catchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_insert_exec_catchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_remove_vfork_catchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_insert_vfork_catchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_remove_fork_catchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_insert_fork_catchpoint
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_post_startup_inferior
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_terminal_ours
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_terminal_inferior
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_post_attach
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
Add target_ops argument to to_close
blob
|
commitdiff
|
diff to current
2014-02-19
Tom Tromey
add "this" pointers to more target APIs
blob
|
commitdiff
|
diff to current
2014-02-11
Yao Qi
Return target_xfer_status in to_xfer_partial
blob
|
commitdiff
|
diff to current
2014-02-07
Yao Qi
Replace -1 with TARGET_XFER_E_IO
blob
|
commitdiff
|
diff to current
2014-01-16
Markus Metzger
target: allow decr_pc_after_break to be defined by...
blob
|
commitdiff
|
diff to current
2014-01-14
Yao Qi
Change to_xfer_partial 'len' type to ULONGEST.
blob
|
commitdiff
|
diff to current
2014-01-07
Honggyu Kim
Remove duplicated #include's from GDB
blob
|
commitdiff
|
diff to current
2014-01-01
Joel Brobecker
Update Copyright year range in all files maintained...
blob
|
commitdiff
|
diff to current
2013-12-18
Yao Qi
Add target_xfer_partial_ftype
blob
|
commitdiff
|
diff to current
2013-12-18
Yao Qi
Replace sprintf with xsnprintf
blob
|
commitdiff
|
diff to current
2013-11-18
Tom Tromey
remove gdb_stat.h
blob
|
commitdiff
|
diff to current
2013-11-18
Tom Tromey
remove gdb_dirent.h
blob
|
commitdiff
|
diff to current
2013-11-18
Tom Tromey
remove gdb_string.h
blob
|
commitdiff
|
diff to current
2013-11-08
Tom Tromey
constify to_detach
blob
|
commitdiff
|
diff to current
2013-09-30
Luis Machado
* aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
blob
|
commitdiff
|
diff to current
2013-09-03
Luis Machado
* inf-child.c (inf_child_follow_fork) New parameter
blob
|
commitdiff
|
diff to current
2013-08-22
Luis Machado
Unify ptrace options discovery code and make both...
blob
|
commitdiff
|
diff to current
next