Fix #8729.hrev44338
commit6faa3c97662c81aaea1bfa5b6803bb33d733f6af
authorRene Gollent <anevilyak@gmail.com>
Sat, 14 Jul 2012 16:09:11 +0000 (14 12:09 -0400)
committerRene Gollent <anevilyak@gmail.com>
Sat, 14 Jul 2012 16:09:11 +0000 (14 12:09 -0400)
tree79d965a1f75b5892e2f42a6a437dff71847af689
parentc163f973e6a96a2c37d70cc1992f2bb027f9ab81
Fix #8729.

- If we're asked to generate an entry for a tag we don't recognize,
  return an error so don't then attempt to add a null/invalid entry into the
  compilation unit's entry list and later crash dereferencing it.
src/apps/debugger/dwarf/DebugInfoEntries.cpp
src/apps/debugger/dwarf/DwarfFile.cpp