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
/
gdbserver
/
linux-low.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
gdbserver: Leave already-vCont-resumed threads as they were
Pedro Alves
2016-10-26
1
-0
/
+6
*
Remove parameter sysret from linux_target_ops.get_syscall_trapinfo
Yao Qi
2016-06-28
1
-5
/
+3
*
Remove need_step_over from struct lwp_info
Yao Qi
2016-04-28
1
-4
/
+0
*
[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA.
Marcin Kościelnicki
2016-02-25
1
-0
/
+3
*
Fix siginfo C++ build error
Simon Marchi
2016-02-09
1
-1
/
+1
*
Remove argument pc in get_next_pcs
Yao Qi
2016-01-26
1
-1
/
+1
*
Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_64bit
Yao Qi
2016-01-18
1
-0
/
+3
*
Replace some $ARCH_{get,set}_pc with linux_{get,set}_pc_32bit
Yao Qi
2016-01-18
1
-0
/
+3
*
Implement 'catch syscall' for gdbserver
Josh Stone
2016-01-12
1
-0
/
+13
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Support software single step on ARM in GDBServer
Antoine Tremblay
2015-12-18
1
-2
/
+0
*
Replace breakpoint_reinsert_addr by get_next_pcs operation in GDBServer
Antoine Tremblay
2015-12-18
1
-1
/
+4
*
Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.
Antoine Tremblay
2015-11-30
1
-1
/
+1
*
Refactor queries for hardware and software single stepping support in GDBServer.
Antoine Tremblay
2015-11-30
1
-0
/
+3
*
Fix breakpoint size when stepping over a permanent breakpoint in GDBServer.
Antoine Tremblay
2015-11-30
1
-0
/
+3
*
gdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeature+ handling
Pedro Alves
2015-11-19
1
-1
/
+1
*
gdbserver/Linux: Introduce NULL_REGSET
Pedro Alves
2015-10-29
1
-0
/
+5
*
Add the target_ops needed for software breakpoints in GDBServer.
Antoine Tremblay
2015-10-21
1
-2
/
+7
*
Linux gdbserver confused when event randomization picks process exit event
Pedro Alves
2015-08-06
1
-7
/
+4
*
Move have_ptrace_getregset to linux-low.c
Yao Qi
2015-08-04
1
-0
/
+2
*
Remove proc->priv->new_inferior
Yao Qi
2015-07-24
1
-5
/
+0
*
Arch-specific remote follow fork
Don Breazeal
2015-05-12
1
-0
/
+3
*
Extended-remote Linux follow fork
Don Breazeal
2015-05-12
1
-0
/
+4
*
Change signature of linux_target_ops.new_thread
Gary Benson
2015-03-24
1
-1
/
+1
*
Make linux_stop_lwp be a shared function
Gary Benson
2015-03-24
1
-1
/
+1
*
Add iterate_over_lwps to gdbserver
Gary Benson
2015-03-24
1
-0
/
+1
*
enum lwp_stop_reason -> enum target_stop_reason
Pedro Alves
2015-03-04
1
-19
/
+2
*
[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode too
Pedro Alves
2015-01-09
1
-5
/
+24
*
Linux: on attach, attach to lwps listed under /proc/$pid/task/
Pedro Alves
2015-01-09
1
-6
/
+0
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Move shared native target specific code to gdb/nat
Gary Benson
2014-06-20
1
-2
/
+2
*
[GDBserver] Make Zx/zx packet handling idempotent.
Pedro Alves
2014-05-20
1
-2
/
+6
*
PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...
Pedro Alves
2014-04-25
1
-1
/
+10
*
Remove all_lwps global.
Doug Evans
2014-02-20
1
-13
/
+12
*
Add backlink from lwp_info to thread_info.
Doug Evans
2014-02-19
1
-3
/
+6
*
Rename inferior_list_entry uses from "head" to "entry" for consistency.
Doug Evans
2014-02-19
1
-5
/
+5
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
Unify ptrace options discovery code and make both GDB and
Luis Machado
2013-08-22
1
-2
/
+3
*
* linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
Luis Machado
2013-08-14
1
-2
/
+2
*
Lazily allocate 'struct regsets_info'::disabled_regsets.
Pedro Alves
2013-06-11
1
-1
/
+3
*
[GDBserver] Multi-process + multi-arch
Pedro Alves
2013-06-07
1
-9
/
+63
*
range stepping: gdbserver (x86 GNU/Linux)
Pedro Alves
2013-05-23
1
-0
/
+8
*
Only define 'struct lwp_info'::thread_known if using libthread-db.
Pedro Alves
2013-04-16
1
-1
/
+1
*
Fix remaining GDBserver issues with !HAVE_THREAD_DB_H.
Pedro Alves
2013-04-16
1
-4
/
+2
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-2
/
+1
*
gdb/gdbserver:
Yao Qi
2012-04-29
1
-0
/
+1
*
* linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
Thiago Jung Bauermann
2012-04-24
1
-0
/
+4
*
Check if GDBserver is compatible with process
H.J. Lu
2012-04-12
1
-1
/
+1
*
2012-03-28 Pedro Alves <palves@redhat.com>
Pedro Alves
2012-03-28
1
-0
/
+8
[next]