diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-16 18:05:57 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-16 18:05:57 +0000 |
commit | a645ccc92603069c58d6ac7bb961c1a86054fa8c (patch) | |
tree | d7c9e54a4f5b9927370c5b33b9fa9ef00d2b29a8 | |
parent | 3006c5ac367af15bed7322f62ec4755bb4daa358 (diff) | |
download | gdb-a645ccc92603069c58d6ac7bb961c1a86054fa8c.zip gdb-a645ccc92603069c58d6ac7bb961c1a86054fa8c.tar.gz gdb-a645ccc92603069c58d6ac7bb961c1a86054fa8c.tar.bz2 |
* main.c (main): Don't init_source_path for the -cd argument. Now
that source_path doesn't contain the current_directory from when
GDB started up, init_source_path is no longer useful (and is
harmful because it clobbers a source_path set in $HOME/.gdbinit).
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3862548..a51dab0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Wed Mar 16 07:18:43 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * main.c (main): Don't init_source_path for the -cd argument. Now + that source_path doesn't contain the current_directory from when + GDB started up, init_source_path is no longer useful (and is + harmful because it clobbers a source_path set in $HOME/.gdbinit). + * TODO: Remove item about line numbers being off. It is useless and confusing without a reproducible test case (it mentions proceed(), but I was able to step through proceed without trouble). |