aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-03 16:20:02 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-03 16:20:02 +0000
commit87cd094b7ce3453d7530e77636684e574eafa40d (patch)
treeaa364f1badd987b83a37b7d7d6856acc8956a343
parenta2b3470778527767dba357ae5b27db9ec82f6722 (diff)
downloadgdb-87cd094b7ce3453d7530e77636684e574eafa40d.zip
gdb-87cd094b7ce3453d7530e77636684e574eafa40d.tar.gz
gdb-87cd094b7ce3453d7530e77636684e574eafa40d.tar.bz2
* main.c: Add variables source_line_number, source_file_name,
source_error, source_error_allocated, and source_pre_error. (command_line_input): If source_file_name set, increment source_line_number and set error_pre_print with them. (source_command): Set source_* and make a cleanup so they get set back.
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ddf1242..5d073ec 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Wed Nov 3 09:20:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * main.c: Add variables source_line_number, source_file_name,
+ source_error, source_error_allocated, and source_pre_error.
+ (command_line_input): If source_file_name set, increment
+ source_line_number and set error_pre_print with them.
+ (source_command): Set source_* and make a cleanup so they get
+ set back.
+
Tue Nov 2 16:28:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* stack.c (down_silently_command): Add comment about PR 1913.