diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-11-24 21:37:52 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-11-24 21:37:52 +0000 |
commit | 3dba1c9899d02d3dde715498124073c23638fd6f (patch) | |
tree | 5d17a81e6917591f499c40c54c1e866062277c61 /gdb/ChangeLog | |
parent | 7c3afe08c728dec4d843a777e6b2f294c27338be (diff) | |
download | gdb-3dba1c9899d02d3dde715498124073c23638fd6f.zip gdb-3dba1c9899d02d3dde715498124073c23638fd6f.tar.gz gdb-3dba1c9899d02d3dde715498124073c23638fd6f.tar.bz2 |
* breakpoint.c (expand_line_sal_maybe): Adjust adjust the SAL
past the function prologue in the case where we were given only
one SAL.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 71a5bd4..a1056d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-11-24 Joel Brobecker <brobecker@adacore.com> + + * breakpoint.c (expand_line_sal_maybe): Adjust adjust the SAL + past the function prologue in the case where we were given only + one SAL. + 2009-11-24 Pedro Alves <pedro@codesourcery.com> * record.c (init_record_ops, init_record_core_ops): Actually |