diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-25 11:57:56 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-02-25 11:57:56 +0000 |
commit | d76533a4f1f24149ecfbecf9bdf4518464dbdbc9 (patch) | |
tree | 093e31e4d15581d71f740cfad5bb0a8dbce245e1 /devel/gdb/files/patch-gdb-amd64-nat.h | |
parent | Upgrade to version 4.6.4. (diff) |
- Adds HW watchpoint support for amd64, closing ports/160930 (thanks to Ben Morrow)
- Adds a symbolic link executable with the version suffix to support tools without debugger configuration (like devel/nemiver)
- Bump PORTREVISION due to track changes to options and pkg-plist
PR: ports/165357
Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer)
Approved by: gabor (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=292213
Diffstat (limited to 'devel/gdb/files/patch-gdb-amd64-nat.h')
-rw-r--r-- | devel/gdb/files/patch-gdb-amd64-nat.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gdb/files/patch-gdb-amd64-nat.h b/devel/gdb/files/patch-gdb-amd64-nat.h new file mode 100644 index 000000000000..8222cbf6f813 --- /dev/null +++ b/devel/gdb/files/patch-gdb-amd64-nat.h @@ -0,0 +1,12 @@ +--- gdb/amd64-nat.h.orig 2011-09-23 01:36:54.874780473 +0100 ++++ gdb/amd64-nat.h 2011-09-23 01:28:46.964218514 +0100 +@@ -50,9 +50,4 @@ + extern void amd64_collect_native_gregset (const struct regcache *regcache, + void *gregs, int regnum); + +-/* Create a prototype *BSD/amd64 target. The client can override it +- with local methods. */ +- +-extern struct target_ops *amd64bsd_target (void); +- + #endif /* amd64-nat.h */ |