1. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  2. 8d167d6 Liberalized the "id" check a little; now "id" can be found in namespaces. by Sean Callanan · 13 years ago
  3. b549b0a Disabled lookups for the Objective-C builtin type "id;" by Sean Callanan · 13 years ago
  4. 20b8a96 Added an extra parameter to the object-checker by Sean Callanan · 13 years ago
  5. 4b3cef0 Extended the IR interpreter to handle the variables by Sean Callanan · 13 years ago
  6. 4cd531f Fixed the display of OSTypes (the four character codes). by Greg Clayton · 13 years ago
  7. eeddf87 When completing "help foo bar" if "foo" is not a real command, don't ask its NULL command object to complete the line. by Jim Ingham · 13 years ago
  8. 966096b Update the GDB format text to be a bit more clear. by Greg Clayton · 13 years ago
  9. a31b4dd Added a new #define, LLVM_NDEBUG_OFF, that should by Sean Callanan · 13 years ago
  10. 902b5be A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 13 years ago
  11. 5e8eb5c Fixed an issue where a class that resides inside another class wasn't getting by Greg Clayton · 13 years ago
  12. c6d161e Added VerifyDecl, a function that, when LLDB is by Sean Callanan · 13 years ago
  13. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  14. 3a54676 Fixed a problem where local variables conflict with by Sean Callanan · 13 years ago
  15. c7ca466 Improved handling of static data in the expression by Sean Callanan · 13 years ago
  16. 0eb2139 Fixed our handling of const functions, compensating by Sean Callanan · 13 years ago
  17. 5325ce9 Patch from Dragos to fix Linux build! by Johnny Chen · 13 years ago
  18. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  19. 3f2ec9b Prefix display/undisplay regexp command alises with "_regexp" as per the by Jason Molenda · 13 years ago
  20. 66756c2 <rdar://problem/10335756> by Greg Clayton · 13 years ago
  21. 9d855c6 Simplified the CommandInterpreter::StripFirstWord logic by making it a static by Greg Clayton · 13 years ago
  22. 4d96a74 Add more context information to the stop-hook mechanism by displaying the stop-hook by Johnny Chen · 13 years ago
  23. 9d1acc1 Add "di" and "dis" aliases to "disassemble" so they will win over "display". by Jim Ingham · 13 years ago
  24. 6bdea82 Add a "-a" option to "image list" to show the image at a given address. by Jim Ingham · 13 years ago
  25. fa1f617 Decoupling of lock-related code from the core of ScriptInterpreterPython. All that concerns locking the Python interpreter is now delegated to the internal ScriptInterpreterPython::Locker class. Several changes in ScriptInterpreterPython to accommodate this new pattern. by Enrico Granata · 13 years ago
  26. c28bbdb Move Python.h includes out of the headers into the .cpp file where it's actually used. by Benjamin Kramer · 13 years ago
  27. f6a5bd7 Added template support when parsing DWARF into types. We can now use STL by Greg Clayton · 13 years ago
  28. 86a07da Made the expression parser handle persistent variables by Sean Callanan · 13 years ago
  29. 730cae0 Add "display" and "undisplay" aliases for target stop-hook add/delete. by Jason Molenda · 13 years ago
  30. 47eb00e Add "stepi" as an alias for thread step-inst in addition to "si". by Jason Molenda · 13 years ago
  31. 1cbfabd Enabled dedicated debugger support in Clang, meaning by Sean Callanan · 13 years ago
  32. 9b1c178 Fixed a missing quote. by Greg Clayton · 13 years ago
  33. a7cb1fa Implemented an extension to the namespace map that by Sean Callanan · 13 years ago
  34. 61ddf56 If a process plug-in was specified by name, always let the plug-in get used. by Greg Clayton · 13 years ago
  35. 557ccd6 Made the IR interpreter more robust in the presence by Sean Callanan · 13 years ago
  36. 591cf15 Lock the Unwinder before accessing it. by Jim Ingham · 13 years ago
  37. bbe3916 Fixed some issues where we might not have one of the new apple accelerator by Greg Clayton · 13 years ago
  38. a23ca42 Modified the ASTDumper to return a "const char *" instead of a copy of the by Greg Clayton · 13 years ago
  39. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  40. 4c8353b Changed lldb_private::Type over to use the intrusive ref counted pointers by Greg Clayton · 13 years ago
  41. cbed999 Fix build under gcc. by Johnny Chen · 13 years ago
  42. e5696bd Remove stale comment. by Johnny Chen · 13 years ago
  43. 5a5c4a8 Modify the help text for watching a variable or its pointee. by Johnny Chen · 13 years ago
  44. 3bf3a9d This patch fixes debugging of single threaded apps on Linux. by Johnny Chen · 13 years ago
  45. c4adf27 Removed some debug support I accidentally committed. by Sean Callanan · 13 years ago
  46. e3737fd Improved logging, replacing the old ASTDumper (which by Sean Callanan · 13 years ago
  47. 5ce0e2b Add code to RegisterContextLLDB::InitializeNonZerothFrame to detect a multiple stack frames by Jason Molenda · 13 years ago
  48. 59df36f this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 13 years ago
  49. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
  50. 37e2783 Handled the call operator properly. by Sean Callanan · 13 years ago
  51. 43d3906 Make "next" and "step-out" work when in stepping over or out of inlined functions. by Jim Ingham · 13 years ago
  52. 76e55f7 Make the step range plans capable of supporting multiple ranges. Also make their constructors public, there isn't any good reason why you shouldn't be able to make these plans. by Jim Ingham · 13 years ago
  53. e8f4e11 Make the "log enable lldb-step" output easier to parse. by Jim Ingham · 13 years ago
  54. 6bb7337 Quiet the default "log enable lldb step" output down a little bit. by Jim Ingham · 13 years ago
  55. 5f24c50 Add function decls to their parent decl context. by Greg Clayton · 13 years ago
  56. 6364304 Make sure we create only unique one namespace per AST when parsing the DWARF. by Greg Clayton · 13 years ago
  57. 67bbb11 Improved expression logging. Now all calls to by Sean Callanan · 13 years ago
  58. 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 13 years ago
  59. f5c0c72 Added the ability to run expressions in any command. Expressions can be by Greg Clayton · 13 years ago
  60. 50e0534 Add a test case to exercise the newly added SB API: by Johnny Chen · 13 years ago
  61. c22cde8 Improved logging for FindExternalLexicalDecls to by Sean Callanan · 13 years ago
  62. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  63. 03fd0d0 Modified the DWARF parser to take care of a 1 clang::DeclContext to many by Greg Clayton · 13 years ago
  64. 9f54ab7 Fixed a case where we might end up trying to parse a type in the DWARF parser for a method whose class isn't currently in the process of completing itself. Currently, methods of a class, must be parsed when the class type that contains the method is asked to complete itself through the clang::ExternalASTSource virtual functions. Now we "do the right thing" by checking if the class is being defined, and if so we parse it, else we tell the class to complete itself so everything happens correctly. by Greg Clayton · 13 years ago
  65. b01f7a4 Cleaned up a few functions that never get used. by Sean Callanan · 13 years ago
  66. c839adc Enabled the namespace-specific search functionality, by Sean Callanan · 13 years ago
  67. a759706 Moved the list of found namespaces into the search by Sean Callanan · 13 years ago
  68. b304a74 Revert the change to "target variable" that was causing test suite failures. by Greg Clayton · 13 years ago
  69. 1fa6b3d Cleaned up the SBWatchpoint public API. by Greg Clayton · 13 years ago
  70. aa4a553 Removed namespace qualification from symbol queries. by Sean Callanan · 13 years ago
  71. 0fcec13 Completed the glue that passes a ClangNamespaceDecl * by Sean Callanan · 13 years ago
  72. e349e56 Always use the full variable name when dumping globals since they might by Greg Clayton · 13 years ago
  73. 7a1e5da Add a version of ResolveFunction that takes a "const DWARFDebugInfoEntry *" by Greg Clayton · 13 years ago
  74. 4a07832 Now that we know the values are going to stick around, by Sean Callanan · 13 years ago
  75. db29bba Added a function to test if a ClangNamespaceDecl matches the current symbol by Greg Clayton · 13 years ago
  76. 82770e0 Added the ability to see if a DIE is contained in a namespace. by Greg Clayton · 13 years ago
  77. 6d284ef Extended the lifetime of Clang parser objects to the by Sean Callanan · 13 years ago
  78. 16c4ec3 Refactoring in preparation for having multiple by Sean Callanan · 13 years ago
  79. 38d084f Made the expression parser's type search call the proper namespace-aware APIs. by Sean Callanan · 13 years ago
  80. 0eca1a7 Added support to ClagnExpressionDeclMap for finding data symbols in namespaces. by Sean Callanan · 13 years ago
  81. a5ec5a3 Changed FindExternalVisibleDecls() to use the module by Sean Callanan · 13 years ago
  82. 94cd0ca Made FindGlobalVariable() optionally search a specific by Sean Callanan · 13 years ago
  83. 3e80cd9 Added ClangNamespaceDecl * parameters to several by Sean Callanan · 13 years ago
  84. 03f64ca Cleanups in preparation for making FindExternalVisibleDecls by Sean Callanan · 13 years ago
  85. 141f8d9 Fix preprocessor warnings for no newline at the end of the source files. by Greg Clayton · 13 years ago
  86. 16b53ab Implemented a namespace map that allows searching by Sean Callanan · 13 years ago
  87. ac51e9f Patch by Dawn to add the logging capabilities to ProcessLinux.cpp. by Johnny Chen · 13 years ago
  88. 01df057 Fix a typo in ProcessKDP::DidAttach(). by Johnny Chen · 13 years ago
  89. e06aede Added a missing file from a previous checkin. by Greg Clayton · 13 years ago
  90. fa407ad Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all by Greg Clayton · 13 years ago
  91. 7340919 Remove a debugging printf... by Jim Ingham · 13 years ago
  92. 1fb8a2d Add a SBTarget::BreakpointCreateByName API that allows you to specify the name by Jim Ingham · 13 years ago
  93. 52f794a Fix a couple of places in FindFunctions where I was using the passed in name_type_mask by Jim Ingham · 13 years ago
  94. b8f74aa Patch from dawn@burble.org to build on linux! by Johnny Chen · 13 years ago
  95. be42123 Changed RangeMap over to use llvm::SmallVector and updated the RangeArray and the RangeDataArray to have an extra "unsigned N" template parameter. Updated the lldb_private::Block to use a RangeArray with a uint32_t for both the function base offset and block range size, and then a 1 for the small vector size since most lexical blocks in DWARF only have 1 range. Updates the DWARFDebugRanges RangeArray to use an unsigned of 2 since most blocks that have more than one range usually have 2. Also updated a DWARFDebugAranges to default their RangeArray to use a SmallVector with unsigned size of 1 since this will take care of the .o files when doing DWARF in .o files and since there really isn't any good size we can guess with. by Greg Clayton · 13 years ago
  96. 8a2a4f8 Fix the last testsuite regression from the apple-names stuff. by Jim Ingham · 13 years ago
  97. bc36a86 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 · 13 years ago
  98. 060d53f Fixed a memory leak of ASTResultSynthesizers, by Sean Callanan · 13 years ago
  99. c153518 Updated LLVM/Clang to pull in the latest ARM disassembler. by Sean Callanan · 13 years ago
  100. 8b7b227 Move the responsibility for translating the various eFunctionNameType lookups to the by Jim Ingham · 13 years ago