- 838c27d <rdar://problem/10711649> by Greg Clayton · 13 years ago
- 64f8cab Our Read functions were taking a timeout of UINT32_MAX to mean wait forever, but then by Jim Ingham · 13 years ago
- fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
- 7f86483 ValueObjectRegister type value objects should obey the format in ValueAsCString. by Jim Ingham · 13 years ago
- c43e7b8 Fixed an issue in the debugger format strings that include "${function.name-with-args}" by Greg Clayton · 13 years ago
- bba4836 <rdar://problem/9731573> by Greg Clayton · 13 years ago
- 2fc9b6f <rdar://problem/10684141> by Greg Clayton · 13 years ago
- f9971c4 Added a new thread and frame format that can be used to display a function by Greg Clayton · 13 years ago
- 9175f66 Fix a comment typo. by Jim Ingham · 13 years ago
- a334c9d Let the Module FindType do the stripping of namespace components, that's not expensive by Jim Ingham · 13 years ago
- db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
- 7129913 Fixed a missing space when reporting errors and warning through the module by Greg Clayton · 13 years ago
- b01327f Since clang modifies .o files in place, use MAP_PRIVATE as it seems by Greg Clayton · 13 years ago
- ae4ca1b Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes. by Greg Clayton · 13 years ago
- 4b23ab3 <rdar://problem/10652336> by Greg Clayton · 13 years ago
- b42c2ad <rdar://problem/10647191> by Greg Clayton · 13 years ago
- df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
- 9ac3d8b Fixed a dangling pointer bug associated with the by Sean Callanan · 13 years ago
- 2f28ece <rdar://problem/10507811> by Greg Clayton · 13 years ago
- ccdaf23 Instead of blindly printing a string when by Sean Callanan · 13 years ago
- 0fea051 <rdar://problem/10368163> by Greg Clayton · 13 years ago
- 1716ad7 <rdar://problem/10546739> by Greg Clayton · 13 years ago
- 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 13 years ago
- b399653 Add check for non-NULL Variable with a NULL Type. by Jim Ingham · 13 years ago
- b6ca2e1 Work in progress for: by Johnny Chen · 13 years ago
- 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
- dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 13 years ago
- a5fd176 Handle all of the "thumb" target triple architecture variants that llvm handles. by Greg Clayton · 13 years ago
- ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
- cd186e5 http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None by Johnny Chen · 13 years ago
- 931449e rdar://problem/10227672 by Johnny Chen · 13 years ago
- c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
- 7c53768 Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPoint, it is too by Jim Ingham · 13 years ago
- 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 13 years ago
- 3f69eac Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 13 years ago
- dd6698d <rdar://problem/10410131> by Greg Clayton · 13 years ago
- d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
- e957039 Make sure that we print out function or symbol information. If we disassembled by Greg Clayton · 13 years ago
- 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago
- 48f4798 Fixed an issue in the DWARFLocationList::Dump() function where default by Greg Clayton · 13 years ago
- be9875d Many GDB users always want to display disassembly when they stop by using by Greg Clayton · 13 years ago
- 323ce42 Handle stepping through a trampoline where the jump target is calculated a runtime - and so doesn't match by Jim Ingham · 13 years ago
- ffa43a6 Fixed the issue that was causing our monitor process threads to crash, it by Greg Clayton · 13 years ago
- 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
- 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
- 36deaee Speed improvements for ULEB128 reading from James McIlree. by Greg Clayton · 13 years ago
- 0943687 Fixed the eFormatChar, eFormatCharPrintable and eFormatCharArray to print by Greg Clayton · 13 years ago
- 0922f7c Bitfields in uint8_t's will have format eFormatChar and DataExtractor::Dump by Jason Molenda · 13 years ago
- 7537dce Updated LLVM/Clang to pick up a fix for imports of by Sean Callanan · 13 years ago
- 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
- b67c2a2 We can't have the global vector of modules be a static object, or it might get destroyed by Jim Ingham · 13 years ago
- bdc85ee ValueObjectVariable::GetClangAST should check that it has a valid Type before accessing it. by Jim Ingham · 13 years ago
- ca6bc7e warnings: Fix a non-standard escape sequence. by Daniel Dunbar · 13 years ago
- aed469f warnings: Fix use of a non-standard escape. by Daniel Dunbar · 13 years ago
- 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
- 705a098 warnings: Fix up several const qualified return types. by Daniel Dunbar · 13 years ago
- 41a857a finish removal of alpha arch -- previous half-removal caused lldb to assert on startup by Jason Molenda · 13 years ago
- a8f53b9 Remove alpha from list of known architectures -- it was just removed by Jason Molenda · 13 years ago
- 746979d Fixed the continuation dumping of instructions to properly advance the by Greg Clayton · 13 years ago
- 7089d8a Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 13 years ago
- 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
- 4cd531f Fixed the display of OSTypes (the four character codes). by Greg Clayton · 13 years ago
- 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
- c28bbdb Move Python.h includes out of the headers into the .cpp file where it's actually used. by Benjamin Kramer · 13 years ago
- 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
- f5c0c72 Added the ability to run expressions in any command. Expressions can be by Greg Clayton · 13 years ago
- aa4a553 Removed namespace qualification from symbol queries. by Sean Callanan · 13 years ago
- 0fcec13 Completed the glue that passes a ClangNamespaceDecl * by Sean Callanan · 13 years ago
- 3e80cd9 Added ClangNamespaceDecl * parameters to several by Sean Callanan · 13 years ago
- 141f8d9 Fix preprocessor warnings for no newline at the end of the source files. by Greg Clayton · 13 years ago
- ca804bf Don't look up main to find the default source file till somebody actually asks for it. by Jim Ingham · 13 years ago
- 61aca5d Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 13 years ago
- 1037808 Stop empty C strings in summaries from showing "<data not available>" when a by Greg Clayton · 13 years ago
- 05e3b9e Fixed an issue where a variable whose value is in a register might end up by Greg Clayton · 13 years ago
- 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 13 years ago
- 23b8abb Added more functionality to the public API to allow for better by Greg Clayton · 13 years ago
- 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
- d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
- 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
- 16ccbfd Fix printf call in SearchFilterByModuleList::GetDescription. by Jason Molenda · 13 years ago
- 6a64bbf The first part of a fix for being able to select an architecture slice from by Greg Clayton · 13 years ago
- 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
- 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
- 95b7b43 Change Error::SetErrorStringWithFormat() prototype to use an by Jason Molenda · 13 years ago
- e40b642 Don't put modules for .o files into the global shared module list. We by Greg Clayton · 13 years ago
- 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
- 02e210c Removed the function: by Greg Clayton · 13 years ago
- 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
- c0c5324 Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. by Jim Ingham · 13 years ago
- 65ac966 Fix ArchSpec::operator== to take the Triple into account as well as the Core. Also make the constructors explicit. by Jim Ingham · 13 years ago
- cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
- 86c2e74 Fixed up the comments in the headerdoc to match the current implementation by Greg Clayton · 13 years ago
- 448bd2f Fixes for Symtab.cpp to take advantage of the new unique C string map by Greg Clayton · 13 years ago
- 3b23d20 Renaming a bulk of method calls from Get() to something more descriptive by Enrico Granata · 13 years ago
- fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
- 716a628 Refactoring of Get() methods in FormatManager/FormatCategory to have explicative names and return shared-pointers instead of bools by Enrico Granata · 13 years ago
- 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
- 5c3861d Added the ability for DWARF locations to use the ABI plug-ins to resolve by Greg Clayton · 13 years ago
- 97b8f66 Forgot to write out the NULL terminator when putting C string value into by Greg Clayton · 13 years ago
- d84cc04 Added a DataEncoder class for the new IR evaluation expression parser so it by Greg Clayton · 13 years ago