diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-10-25 16:03:14 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-10-25 16:03:14 +0000 |
commit | 6130d0b72b9363c621ce2fc0da987124d7981dca (patch) | |
tree | a281718147cc0155717e07d826285039116c688b /gdb | |
parent | 2da16c8c35ad034609cf18af665056dcdd081174 (diff) | |
download | gdb-6130d0b72b9363c621ce2fc0da987124d7981dca.zip gdb-6130d0b72b9363c621ce2fc0da987124d7981dca.tar.gz gdb-6130d0b72b9363c621ce2fc0da987124d7981dca.tar.bz2 |
* infrun.c: Minor comment reformatting.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/infrun.c | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fcd7b6c..7556548 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-10-25 Joel Brobecker <brobecker@adacore.com> + + * infrun.c: Minor comment reformatting. + 2008-10-25 Pedro Alves <pedro@codesourcery.com> * ada-exp.y (write_object_renaming): Use malloc instead of diff --git a/gdb/infrun.c b/gdb/infrun.c index 552c91f..9fd7226 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3388,8 +3388,7 @@ infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME (!gdbarch_get_longjmp_target)\n"); Reverse (backward) execution. set the step-resume breakpoint at the start of the function that we just stepped into (backwards), and continue to there. When we - get there, we'll need to single-step back to the - caller. */ + get there, we'll need to single-step back to the caller. */ if (execution_direction == EXEC_REVERSE) { |