diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-12 11:47:02 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-12 11:47:02 +0000 |
| commit | 9d68e93aafbdac4bf3b12086810426d2749be60f (patch) | |
| tree | 10107e8c5780db75b7e6f8ab8193e63607585010 /gnu | |
| parent | aedcdea1de80439e14e71a1b352067d7794d35dc (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gdb/README.FreeBSD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/gdb/README.FreeBSD b/gnu/usr.bin/gdb/README.FreeBSD index d0a0aa6352b6..546d0ccbbed5 100644 --- a/gnu/usr.bin/gdb/README.FreeBSD +++ b/gnu/usr.bin/gdb/README.FreeBSD @@ -10,10 +10,7 @@ what I had available for testing, though. There's rudimentary support for attaching to a running process and debugging (attach/detach commands in gdb). This works best if the -program being debugged was compiled with -g, of course. Be aware that -detaching frequently results in the death of the process being debugged -(Trace/BKPT Trap). Haven't figured what's going on yet. Use this at your -own risk! I had to stop somewhere for the release :-) +program being debugged was compiled with -g, of course. Note that a plain vanilla gdb-4.13 without kernal debugging or attach/detach support can be made by removing the |
