diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-07-27 21:18:50 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-07-27 21:18:50 +0000 |
commit | 064ef605afee6a947892bae4e77de5740b9c3292 (patch) | |
tree | a36cd5e792197549fea688751977432b3968be8b /gdb/ChangeLog | |
parent | 57380f4e0bbdfa396ed068db6bd867b4fafd9925 (diff) | |
download | gdb-064ef605afee6a947892bae4e77de5740b9c3292.zip gdb-064ef605afee6a947892bae4e77de5740b9c3292.tar.gz gdb-064ef605afee6a947892bae4e77de5740b9c3292.tar.bz2 |
* configure.ac: Check for the GNU/Linux ptrace signature.
* configure: Regenerated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3dce7a7..37292bc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com> + * configure.ac: Check for the GNU/Linux ptrace signature. + * configure: Regenerated. + +2008-07-27 Daniel Jacobowitz <dan@codesourcery.com> + * linux-nat.c (resume_callback): Add more debugging output. (linux_nat_has_pending_sigint): New function, based on linux_nat_has_pending. |