Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b0456936da65a3d7939428d75e7db2ebb4266a46
/
lldb
/
source
/
Plugins
/
SymbolFile
/
DWARF
/
DWARFDebugInfoEntry.cpp
1959df2
Shrink-to-fit our std::vector<DWARFDebugInfoEntry> collections and save 20%
by Greg Clayton
· 14 years ago
3b60842
Further performance improvements in the DWARF parser:
by Greg Clayton
· 14 years ago
7ba1802
Looking at our memory usage with Instruments when debugging a large application
by Greg Clayton
· 14 years ago
030a204
Make sure we create only unique one namespace per AST when parsing the DWARF.
by Greg Clayton
· 14 years ago
ea3e7d5
Added more functionality to Range template classes in RangeMap.h and converted remaining DWARF areas that were using ranges over to this class. Also converted lldb_private::Block to use it.
by Greg Clayton
· 14 years ago
fd54b36
Update declarations for all functions/methods that accept printf-style
by Jason Molenda
· 14 years ago
d4a2b37
Huge memory and performance improvements in the DWARF parser.
by Greg Clayton
· 14 years ago
d3d25d9
Fix a bunch of places where we were passing Stream *'s but were
by Jim Ingham
· 14 years ago
318c9f2
Move DIE location reporting into the DWARFDebugInfo class, use it from there in SymbolFileDWARF::ParseType (and eventually in other interesting places as well.)
by Jim Ingham
· 14 years ago
5113dc8
Fixed some issues with parsing C++ methods where our detection
by Greg Clayton
· 14 years ago
7bd65b9
Modified version of a patch from Warren Paul that takes care of issues with
by Greg Clayton
· 15 years ago
710dd5a
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
by Greg Clayton
· 15 years ago
7a34528
Did a lot of code cleanup.
by Greg Clayton
· 15 years ago
73b472d
Updated the lldb_private::Flags class to have better method names and made
by Greg Clayton
· 15 years ago
7309e6c
Unbreak build, you can't take a pointer from a "register" variable. Most compilers ignore this keyword anyways.
by Benjamin Kramer
· 15 years ago
d88d759
15-20% speed improvement when parsing DWARF. I used instruments to
by Greg Clayton
· 15 years ago
016a95e
Looking at some of the test suite failures in DWARF in .o files with the
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago