OSDN Git Service

2000-04-27 James Ingham <jingham@leda.cygnus.com>
authorJim Ingham <jingham@apple.com>
Thu, 27 Apr 2000 16:46:12 +0000 (16:46 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 27 Apr 2000 16:46:12 +0000 (16:46 +0000)
commit77f434e96b7a352ee67eecb0f2a70e03b866c87b
treec5712d3ea3840886f3f3241abe34db5941b85fa0
parent17a304cef8a97b99d825e2488627034f0074cd1e
2000-04-27  James Ingham  <jingham@leda.cygnus.com>

These changes allow Insight to handle the case where there are
symbols for the source files, but the source files are not in the
location pointed to by the symbol.

* srctextwin.itb (SrcTextWin::setTabs): Make the "asm" type for
the source display "S" not "", which is not very clear.
        (SrcTextWin::configWin): ditto.
(SrcTextWin::FillAssembly): Handle all return values from
LoadFromCache.
* (SrcTextWin::LoadFile): Handle "couldn't find file" return from
LoadFromCache.
* (SrcTextWin::LoadFromCache): If the source file could not be
found, return -1 rather than choking.
Also change "asm" type for source from "" to "S".
* srctextwin.ith: Change the defaults for the "asm" type from ""
to "S" for Source display.  This is just cosmetic, but clearer.
gdb/gdbtk/library/ChangeLog
gdb/gdbtk/library/srctextwin.itb
gdb/gdbtk/library/srctextwin.ith