1. 361c0f8 Made SymbolFileDWARF be less strict when looking by Sean Callanan · 13 years ago
  2. cb1a0d9 Add help string for 'frame variable' to link to 'watchpoint set' which allows for using an expression to specify the address to watch for. by Johnny Chen · 13 years ago
  3. 97b675e I left some stray debugging messages in the source code. Removing these. by Sean Callanan · 13 years ago
  4. b7fad95 Almost have templatized functions working (templatized classes are already by Greg Clayton · 13 years ago
  5. 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 13 years ago
  6. 2e4ea18 Made a fix that would affect anything in the anonymous namespace when looking by Greg Clayton · 13 years ago
  7. eac62c0 Added some extra comments for the declaration context comparison function by Greg Clayton · 13 years ago
  8. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 13 years ago
  9. 8f2e392 I have brought LLDB up-to-date with top of tree by Sean Callanan · 13 years ago
  10. 39f54ea Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 13 years ago
  11. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 13 years ago
  12. d62b9c1 Expose more convenience functionality in the python classes. by Greg Clayton · 13 years ago
  13. 4e6640e Fixed casting in the lldb::SBValue::Cast(SBType) function. by Greg Clayton · 13 years ago
  14. bad9753 Adding support for an "equivalents map". This can be useful when compilers emit multiple, different names for the same actual type. In such scenarios, one of the type names can actually be found during a type lookup, while the others are just aliases. This can cause issues when trying to work with these aliased names and being unable to resolve them to an actual type (e.g. getting an SBType for the aliased name). by Enrico Granata · 13 years ago
  15. 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 13 years ago
  16. 2f2c277 Added a new --omit-names (-O, uppercase letter o) option to "type summary add". by Enrico Granata · 13 years ago
  17. 3c49d4c Should have used the convenience function: by Johnny Chen · 13 years ago
  18. 6c49bf4 For processes which are not in one of the "launched and stopped" state, 'target variable' command by Johnny Chen · 13 years ago
  19. efa4e22 Fixed a build breakage when trying to assign a shared pointer using a raw pointer. by Greg Clayton · 13 years ago
  20. b88575e Fixed an issue where we might accept the wrong type when completing by Greg Clayton · 13 years ago
  21. ca4fe80 Add const-ness to BreakpointLocation::IsEnabled(). by Johnny Chen · 13 years ago
  22. b302dff Added many more python convenience accessors: by Greg Clayton · 13 years ago
  23. cbf1591 lldb should warn when dSYM does not match the binary. by Johnny Chen · 13 years ago
  24. 9b8ff51 Added a new class to the lldb python module: by Greg Clayton · 13 years ago
  25. 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 13 years ago
  26. 149d1f5 Threads now store their "temporary" resume state, so we know whether they were suspended in the most by Jim Ingham · 13 years ago
  27. 4691fc5 Comments edited to better reflect what the function really does by Enrico Granata · 13 years ago
  28. b8dc733 This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here by Enrico Granata · 13 years ago
  29. db9d6f4 Cleaned up the Communication class when it tears down ConnectionFileDescriptor by Greg Clayton · 13 years ago
  30. 4eb01a7 <rdar://problem/10776614> by Greg Clayton · 13 years ago
  31. 448b6d6 quick fixes for two issues that were causing LLDB to crash by Enrico Granata · 13 years ago
  32. bc2bb1e Trivial indentation change. by Johnny Chen · 13 years ago
  33. fd60a60 Reverted 149277 changeset. It was coded that way for a reason. by Johnny Chen · 13 years ago
  34. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 13 years ago
  35. fb0026b Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::SetEnabled() implementation. by Johnny Chen · 13 years ago
  36. 0416bdf lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 13 years ago
  37. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 13 years ago
  38. 90c5214 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 13 years ago
  39. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  40. 1b92520 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 13 years ago
  41. a792abe Added logging so we can see the field names and offsets of any structures by Greg Clayton · 13 years ago
  42. 2fecc45 Stop running so many individual commands when going into the script interpreter. by Greg Clayton · 13 years ago
  43. 3fc0c4f Adding the DWARF parser side for assited layout where the AST context by Greg Clayton · 13 years ago
  44. d13a4df Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner can notify InstanceSettings instances by Johnny Chen · 13 years ago
  45. 8a79708 Disable the ConnectionFileDescriptor mutex for now as it is deadlocking our by Greg Clayton · 13 years ago
  46. 3a4a75c Fix typo. by Johnny Chen · 13 years ago
  47. fd8ef2e Emit the message about putting ' -- ' between the end of command options and the raw input conditionally, by Johnny Chen · 13 years ago
  48. 08205a6 Added a ModuleList::Destroy() method which will reclaim the std::vector by Greg Clayton · 13 years ago
  49. 1503c0f Enable extra error checking for debug builds in our mutexes by by Greg Clayton · 13 years ago
  50. f75e391 There is no need to hold onto an ExecutionContext as a member variable. by Greg Clayton · 13 years ago
  51. c149c8b Fixed an issue that could happen during global object destruction in our by Greg Clayton · 13 years ago
  52. aa119dd <rdar://problem/10760649> by Greg Clayton · 13 years ago
  53. 177bc68 <rdar://problem/10750012> by Greg Clayton · 13 years ago
  54. ccf4450 Fixed formats being able to be applied recursively when using: by Greg Clayton · 13 years ago
  55. f8c0fc5 For Dump(Stream *s), use GetOptionsNoCreate()->GetIgnoreCount() and fix the indentation. by Johnny Chen · 13 years ago
  56. 736f0d6 Typo. by Johnny Chen · 13 years ago
  57. 0c5c43b Fix a typo in the error message of the StopInfoWatchpoint class. by Johnny Chen · 13 years ago
  58. ddf110d Added a mechanism for the IR interpreter to return by Sean Callanan · 13 years ago
  59. 1c2d941 Minor comment change. Plus use member function instead of directly accessing member field. by Johnny Chen · 13 years ago
  60. 51b7c5f Tiny refactoring to use member functions instead of directly accessing member fields. by Johnny Chen · 13 years ago
  61. f872775 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  62. 838c27d <rdar://problem/10711649> by Greg Clayton · 13 years ago
  63. 64f8cab Our Read functions were taking a timeout of UINT32_MAX to mean wait forever, but then by Jim Ingham · 13 years ago
  64. c8bba45 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  65. 182be6a <rdar://problem/10732738> by Greg Clayton · 13 years ago
  66. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
  67. 8042eed Add comment describing the interaction of WantsRawCommandString()/WantsCompletion() with the completion mechanism. by Johnny Chen · 13 years ago
  68. ebad95d Made IsArrayOfScalarType handle typedefs correctly. by Sean Callanan · 13 years ago
  69. 120d94d rdar://problem/10724187 by Johnny Chen · 13 years ago
  70. 7f86483 ValueObjectRegister type value objects should obey the format in ValueAsCString. by Jim Ingham · 13 years ago
  71. a1b0ce1 rdar://problem/10712130 by Johnny Chen · 13 years ago
  72. 39c42c5 Fixed a problem where Objective-C classes that were by Sean Callanan · 13 years ago
  73. 666c553 Allow a way to track all allocations for our intrusive ref counted pointers. by Greg Clayton · 13 years ago
  74. 662e567 Fixed an issue with the Instruction subclasses where the strings might by Greg Clayton · 13 years ago
  75. e0028b8 Fixed a problem where maintaining the ObjCInterfaceMap by Sean Callanan · 13 years ago
  76. c1cd379 Fix to ensure that methods aren't called on NULL objects. by Sean Callanan · 13 years ago
  77. e14d3d3 Added an extra way to chop up an objective C prototype and use it where necessary. by Greg Clayton · 13 years ago
  78. 445c086 Be sure to use the one and only trusted source for chopping up by Greg Clayton · 13 years ago
  79. c43e7b8 Fixed an issue in the debugger format strings that include "${function.name-with-args}" by Greg Clayton · 13 years ago
  80. cc63936 Fixed an issue where we might not find the one true ObjC definition. Now we do things by Greg Clayton · 13 years ago
  81. bba4836 <rdar://problem/9731573> by Greg Clayton · 13 years ago
  82. 2fc9b6f <rdar://problem/10684141> by Greg Clayton · 13 years ago
  83. a981a64 I made two major improvements to the way the master AST importer imports types. by Sean Callanan · 13 years ago
  84. 4e4805b Only create new ASTImporters on demand, not proactively. by Sean Callanan · 13 years ago
  85. d0d7372 If the name of a struct or union is NULL in the by Sean Callanan · 13 years ago
  86. 6e22e8b Fixed some logging in the AST source and added more information. by Sean Callanan · 13 years ago
  87. f9971c4 Added a new thread and frame format that can be used to display a function by Greg Clayton · 13 years ago
  88. 3d7b6fb <rdar://problem/10688864> by Greg Clayton · 13 years ago
  89. a44297a Don't set breakpoints independently comp unit by comp unit, but look over all the file & line matches by Jim Ingham · 13 years ago
  90. f03d97e Discriminate between the lldb_private::Type's for ObjC Classes that come from debug info, and those that by Jim Ingham · 13 years ago
  91. 9175f66 Fix a comment typo. by Jim Ingham · 13 years ago
  92. a334c9d Let the Module FindType do the stripping of namespace components, that's not expensive by Jim Ingham · 13 years ago
  93. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
  94. e6b976d <rdar://problem/10681814> by Greg Clayton · 13 years ago
  95. 281700b Don't dereference the oso_dwarf without checking for NULL. by Jim Ingham · 13 years ago
  96. 33a89b2 Revert some changes I did for logging that affected the ability to by Greg Clayton · 13 years ago
  97. 740b3b7 After thinking about it, it doesn't seem right by Sean Callanan · 13 years ago
  98. 1c6b461 Don't assert but report & return a NULL type if we end up parsing a type we are in the middle of parsing. by Jim Ingham · 13 years ago
  99. 7129913 Fixed a missing space when reporting errors and warning through the module by Greg Clayton · 13 years ago
  100. 883fdbe If the size of a type can't be determined, default by Sean Callanan · 13 years ago