llvm-project/lldb/source/Core
Greg Clayton 73b472d42a Updated the lldb_private::Flags class to have better method names and made
all of the calls inlined in the header file for better performance.

Fixed the summary for C string types (array of chars (with any combo if
modifiers), and pointers to chars) work in all cases.

Fixed an issue where a forward declaration to a clang type could cause itself
to resolve itself more than once if, during the resolving of the type itself
it caused something to try and resolve itself again. We now remove the clang
type from the forward declaration map in the DWARF parser when we start to 
resolve it and avoid this additional call. This should stop any duplicate
members from appearing and throwing all the alignment of structs, unions and
classes.

llvm-svn: 117437
2010-10-27 03:32:59 +00:00
..
Address.cpp Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00
AddressRange.cpp Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +00:00
AddressResolver.cpp
AddressResolverFileLine.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
AddressResolverName.cpp Added function name types to allow us to set breakpoints by name more 2010-06-28 21:30:43 +00:00
ArchSpec.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Baton.cpp
Broadcaster.cpp Add a way to temporarily divert events from a broadcaster to a private listener. 2010-10-11 23:53:14 +00:00
Communication.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
Connection.cpp
ConnectionFileDescriptor.cpp Stop the driver from handling SIGPIPE in case we communicate with stale 2010-10-19 03:25:40 +00:00
ConstString.cpp Made many ConstString functions inlined in the header file. 2010-10-15 22:48:33 +00:00
DataBufferHeap.cpp
DataBufferMemoryMap.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
DataExtractor.cpp Added a new ValueObject type that will be used to freeze dry expression 2010-10-05 00:00:42 +00:00
Debugger.cpp Fix the default prompt to have a space. 2010-10-22 21:15:00 +00:00
Disassembler.cpp Added the ability to get the disassembly instructions from the function and 2010-10-06 03:09:58 +00:00
DynamicLoader.cpp General command line help cleanup: 2010-09-18 03:37:20 +00:00
Error.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Event.cpp Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. 2010-10-14 23:45:03 +00:00
FileSpec.cpp Fixed a crasher that could happen if a FileSpec had a filename only, or vice 2010-10-20 22:52:05 +00:00
FileSpecList.cpp Add missing includes. 2010-06-09 08:50:27 +00:00
InputReader.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
Language.cpp Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
Listener.cpp Add missing includes. 2010-06-09 08:50:27 +00:00
Log.cpp Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Mangled.cpp The Mangled name comparision should prefer the mangled name. 2010-09-15 00:13:44 +00:00
Module.cpp First pass at adding logging capabilities for the API functions. At the moment 2010-10-26 03:11:13 +00:00
ModuleChild.cpp
ModuleList.cpp Fixed an issue where we were resolving paths when we should have been. 2010-10-20 20:54:39 +00:00
PluginManager.cpp Committing the skeleton of Language runtime plugin classes. 2010-09-23 02:01:19 +00:00
RegularExpression.cpp Added the ability to get error strings back from failed 2010-10-10 23:55:27 +00:00
Scalar.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
SearchFilter.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
Section.cpp Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
SourceManager.cpp
State.cpp Fixed debugserver to properly attach to a process by name with the 2010-10-18 01:45:30 +00:00
Stream.cpp Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
StreamFile.cpp We now have SBStream that mirrors the generic stream classes we 2010-09-17 17:42:16 +00:00
StreamString.cpp Add missing includes. 2010-06-09 08:50:27 +00:00
StringList.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
TTYState.cpp
Timer.cpp Added some missing API for address resolving within a module, and looking 2010-09-10 18:31:35 +00:00
UUID.cpp Remove unused uuid_t constructor for lldb_private::UUID. 2010-06-10 03:08:05 +00:00
UserID.cpp Move trivial parts of UserID into the header. 2010-06-22 10:44:12 +00:00
UserSettingsController.cpp For UserSettingsController::UpdateDictionaryVariable(), clear the dictionary 2010-10-20 01:03:00 +00:00
VMRange.cpp Added support for inlined stack frames being represented as real stack frames 2010-08-24 00:45:41 +00:00
Value.cpp Fixed the forward declaration issue that was present in the DWARF parser after 2010-09-29 01:12:09 +00:00
ValueObject.cpp Updated the lldb_private::Flags class to have better method names and made 2010-10-27 03:32:59 +00:00
ValueObjectChild.cpp Fixes to Objective-C built-in type handling. 2010-10-25 00:29:48 +00:00
ValueObjectConstResult.cpp Mark a ValueObjectConstResult as valid if it is created with some data, don't wait till it gets updated. 2010-10-15 22:47:36 +00:00
ValueObjectList.cpp StackFrame objects now own ValueObjects for any frame variables (locals, args, 2010-09-02 02:59:18 +00:00
ValueObjectRegister.cpp Fixed an expression parsing issue where if you were stopped somewhere without 2010-10-14 22:52:14 +00:00
ValueObjectVariable.cpp Fixed an expression parsing issue where if you were stopped somewhere without 2010-10-14 22:52:14 +00:00