1. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  2. b0fff35 Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. by Jim Ingham · 14 years ago
  3. 363180d Add LLDB_EXTERNAL_EDITOR by Jim Ingham · 14 years ago
  4. 45690fe Fixed a bug where the parser-specific members of by Sean Callanan · 14 years ago
  5. f4fa8a9 Stopped the external editor from adding stuff to the recent list when lldb by Greg Clayton · 14 years ago
  6. 8194e42 Fixed a bug where ClangExpressionVariableList was by Sean Callanan · 14 years ago
  7. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
  8. 4fb0815 Clarified the intent of the SymbolContextScope class in the header by Greg Clayton · 14 years ago
  9. ca499a5 Detect when ValueObject values change each time they are evaluated. by Greg Clayton · 14 years ago
  10. 830a903 Added a ClangUtilityFunction class that allows the by Sean Callanan · 14 years ago
  11. 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
  12. 870a1cd Made it so we update the current frames from the previous frames by doing STL by Greg Clayton · 14 years ago
  13. 1d66ef5 Simplified the StackFrameList class down to a single frames list again by Greg Clayton · 14 years ago
  14. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  15. eb10f7b Make: by Jim Ingham · 14 years ago
  16. d9e2b76 Change the "-S", "-F" and "-M" options to take their arguments directly, rather than requiring the -n option. This means you can't "or" together the types (i.e. set a breakpoint on a method or selector called "whatever". But that is a pretty uncommon operation, and having to provide two flags for the more common "set a breakpoint on this selector" is annoying. by Jim Ingham · 14 years ago
  17. 8ab1a80 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 14 years ago
  18. 65124ea Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 14 years ago
  19. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  20. 2154da4 Add StackFrame::IsInlined. by Jim Ingham · 14 years ago
  21. f40e308 Cleaned up the inline stack frame code one more time to prepare for inlined by Greg Clayton · 14 years ago
  22. 782b9cc Cleaned up the inline backtrace code even more by moving all stack backtracing by Greg Clayton · 14 years ago
  23. 32f4fdd Fixed another issue with the inline stack frames where if the first frame by Greg Clayton · 14 years ago
  24. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  25. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  26. 8c12720 Refactored ClangExpressionDeclMap to use by Sean Callanan · 14 years ago
  27. 9934335 Fixed a crasher where during shutdown, loggings attempted to access the by Johnny Chen · 14 years ago
  28. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  29. 338f753 Added "source list -n" so you can list by symbol name. Moved "--count" from "-n" to "-c". Added a -s option so you can restrict the source listing to a particular shared library. by Jim Ingham · 14 years ago
  30. 0bda403 Add an accessor to get the Declaration for a type. by Jim Ingham · 14 years ago
  31. b75b466 Add methods to Function to get the first and last source lines of the function, and to get whether this Function is an inlined instance or not. by Jim Ingham · 14 years ago
  32. 35729d6 Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit->GetLineTable() will parse the line table if it hasn't been read in. by Jim Ingham · 14 years ago
  33. a622343 First step of refactoring variable handling in the by Sean Callanan · 14 years ago
  34. 8b4c16e Fixed a long delay in shutdown times by invalidating m_private_state_thread right before the private state thread (which calls "void *Process::RunPrivateStateThread ()") exits. by Greg Clayton · 14 years ago
  35. 7382a53 Some Block:: methods wandered to the end of the file after the BlockList:: methods. I moved them back. by Jim Ingham · 14 years ago
  36. 3351dac Patch by Bill Lynch fixing handling of the pid in the IR transformation passes. by Sean Callanan · 14 years ago
  37. 709c473 Avoid an assertion crash by avoiding a circular dependency in the objective by Greg Clayton · 14 years ago
  38. fe9864c Changed "Error Value::GetValueAsData (...)" to set the data extractor byte by Greg Clayton · 14 years ago
  39. 88957ff Fixed an issue where we would return matches for DWARF in the .o files when by Greg Clayton · 14 years ago
  40. ea29418 Don't try to get the architecture up front when doing attach -w. by Jim Ingham · 14 years ago
  41. a2890f4 Check for errors in Resume before waiting for the resume to complete. by Jim Ingham · 14 years ago
  42. 7241ba7 Fixed FindFunctions so it works with all the new name types for the DWARF in object files case. by Greg Clayton · 14 years ago
  43. bfc33ce Documented ClangResultSynthesizer and added very minor API fixes. by Sean Callanan · 14 years ago
  44. 4a7c6c6 Documented ClangExpressionVariable(List), and cleaned up its API slightly. by Sean Callanan · 14 years ago
  45. a386e05 Added documentation to ClangExpressionDeclMap. by Sean Callanan · 14 years ago
  46. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 14 years ago
  47. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 14 years ago
  48. b291abe Added documentation to ClangASTSource and NameSearchContext. by Sean Callanan · 14 years ago
  49. 200dce5 Removed the ClangStmtVisitor, which is old code by Sean Callanan · 14 years ago
  50. 7121908 Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames by Jim Ingham · 14 years ago
  51. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 14 years ago
  52. 0007dff Few little fixes to reading in inlined functions. Also added a test case with some inlining. by Jim Ingham · 14 years ago
  53. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  54. 1977419 There is no need to restore (sys.stdin, sys.stdout) of the python script by Johnny Chen · 14 years ago
  55. 410f721 Fix clang warnings. by Benjamin Kramer · 14 years ago
  56. 1240b91 Looks like this is how you identify executables in ELF. by Jim Ingham · 14 years ago
  57. 6fb8baa Make breakpoint commands work again. Added a PerformAction to the stop info - actions are run when the by Jim Ingham · 14 years ago
  58. ac9c8b5 Remove unused powerpc unwind support. by Jason Molenda · 14 years ago
  59. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  60. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
  61. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  62. 70a4f92 Fixed namespace visibility problems that were by Sean Callanan · 14 years ago
  63. 585660c More missing files from my previous checkin. by Greg Clayton · 14 years ago
  64. ef28e2a Added functionality to our API for SBType. This will allow users to eventually find and peruse static type information from modules. by Greg Clayton · 14 years ago
  65. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  66. 93a4b1a Added support for accessing members of C++ objects, by Sean Callanan · 14 years ago
  67. 7aff9ff Added FindTypes to Module and ModuleList. by Greg Clayton · 14 years ago
  68. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  69. bc2928a Set a CodeGenOption in Clang to inhibit insertion by Sean Callanan · 14 years ago
  70. f5857a0 Added support for rewriting objc_msgSend so we can by Sean Callanan · 14 years ago
  71. 60dde64 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 14 years ago
  72. 6e71340 Updated to llvm/clang from July 30, 2010 at 08:00. by Greg Clayton · 14 years ago
  73. 43490d1 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 14 years ago
  74. b63cbd4 Removed pending TODOs after resolving them with help of the clang folks and the discussion list. by Greg Clayton · 14 years ago
  75. 7b54103 Fixed "void *ClangASTContext::CreatePointerType (void *clang_type);" to return objective C pointers for clang::Type::TypeClass types that are "clang::Type::ObjCObject" and "clang::Type::ObjCInterface" . by Greg Clayton · 14 years ago
  76. f6fb8bd Fixed "warning: unused variable 'log'". by Johnny Chen · 14 years ago
  77. 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 14 years ago
  78. 1e7089a Fixed the expression code to use the right code model with the JIT. by Sean Callanan · 14 years ago
  79. 7c98424 The unix "source" command maps to "command source" in lldb. :-) by Johnny Chen · 14 years ago
  80. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  81. 321fe9e Added and improved logging. This is helping us as we by Sean Callanan · 14 years ago
  82. 02fbafa Added support for calling functions from expressions. by Sean Callanan · 14 years ago
  83. ba992c5 Added support for locating a function that is by Sean Callanan · 14 years ago
  84. b5b749c Fixed a bug in the IR transformer where we were by Sean Callanan · 14 years ago
  85. 0fc7358 Changed SymbolContext so when you search for functions by Sean Callanan · 14 years ago
  86. c78d648 Fixed a bug where we didn't restore thread and by Sean Callanan · 14 years ago
  87. 447e82f Fix makefiles to build properly on Darwin. by Stephen Wilson · 14 years ago
  88. f6f4033 Add a new Process plugin for Linux. by Stephen Wilson · 14 years ago
  89. 4583927 Updated the IR converter for the target to eliminate by Sean Callanan · 14 years ago
  90. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  91. dc1c564 Get rid of using EXC_SOFT_SIGNAL define in host agnostic code. by Greg Clayton · 14 years ago
  92. 32824aa Added logging: by Sean Callanan · 14 years ago
  93. 63c468c Fix a typo. by Stephen Wilson · 14 years ago
  94. 7661a98 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 14 years ago
  95. 49038f6 Remove a deadlock condition. A bit of explanation is needed: When calling by Greg Clayton · 14 years ago
  96. 0cae3ec Remove a premature invalidation of a threads pthread_t handle, thus avoiding by Greg Clayton · 14 years ago
  97. f8e98a6 Warnings cleanup patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  98. 7cebe13 Added Mach exception stop descriptions. The chunk of code I just added needs to be placed into a utility location so it can be used by ProcessMacOSX and debugserver. by Greg Clayton · 14 years ago
  99. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 14 years ago
  100. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago