1. c1ad82e by Caroline Tice · 14 years ago
  2. b47e69e Stop line entries from dumping full paths when addresses dump themselves as symbol contexts. by Greg Clayton · 14 years ago
  3. 92aa666 Improved function lookup to avoid conflicts between by Sean Callanan · 14 years ago
  4. 059ce9b Updated the x86_64 and i386 ABIs to chain RBP by Sean Callanan · 14 years ago
  5. 7ac83bd Move common code from GetSettingsController in Process & Debugger into static functions by Jim Ingham · 14 years ago
  6. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago
  7. 8709723 Fix various minor bugs in the Settings stuff. by Caroline Tice · 14 years ago
  8. 0ad086f Added Symtab::FindSymbolByID() in preparation for enabling the minimal by Greg Clayton · 14 years ago
  9. 69aa5d9 Added more API to lldb::SBBlock to allow getting the block by Greg Clayton · 14 years ago
  10. e602d81 Fixed an error that could occur during disassembly that could cause a function name to be printed before the first _and_ the second instruction of disassembly when there are two symbols -- one debug symbol and one linker symbol. by Greg Clayton · 14 years ago
  11. 6e4c5ce by Caroline Tice · 14 years ago
  12. e33bdd3 Improved name demangling performance by 20% on darwin. by Greg Clayton · 14 years ago
  13. f04d661 Cleaned up step logging a bit. by Greg Clayton · 14 years ago
  14. c5b15db Fixed an lldb infrastructure bug, where the debugger should reaaly update its by Johnny Chen · 14 years ago
  15. b4d1d33 Added some extra logging to track asynchronous packet activity. by Greg Clayton · 14 years ago
  16. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  17. 439ab61 Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 14 years ago
  18. 2653be9 Pacify operator precedence warnings. No functionality change because eLaunchFlagDisableASLR happens to be 1. by Benjamin Kramer · 14 years ago
  19. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  20. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  21. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  22. 0526233 Added code to run pointer validation checks in by Sean Callanan · 14 years ago
  23. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  24. deb0fd2 Stream::Printf doesn't add a newline, so it needs to be added to all the error messages in CommandObjectExpression::EvaluateExpression. by Jim Ingham · 14 years ago
  25. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 14 years ago
  26. bddb789 Don't re-look up the symbol in ResolveSymbolContextForAddress. by Jim Ingham · 14 years ago
  27. cb0989a Cleaned up my previous submission which had some header search paths that by Greg Clayton · 14 years ago
  28. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  29. b0fff35 Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. by Jim Ingham · 14 years ago
  30. 363180d Add LLDB_EXTERNAL_EDITOR by Jim Ingham · 14 years ago
  31. 45690fe Fixed a bug where the parser-specific members of by Sean Callanan · 14 years ago
  32. f4fa8a9 Stopped the external editor from adding stuff to the recent list when lldb by Greg Clayton · 14 years ago
  33. 8194e42 Fixed a bug where ClangExpressionVariableList was by Sean Callanan · 14 years ago
  34. 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
  35. 4fb0815 Clarified the intent of the SymbolContextScope class in the header by Greg Clayton · 14 years ago
  36. ca499a5 Detect when ValueObject values change each time they are evaluated. by Greg Clayton · 14 years ago
  37. 830a903 Added a ClangUtilityFunction class that allows the by Sean Callanan · 14 years ago
  38. 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
  39. 870a1cd Made it so we update the current frames from the previous frames by doing STL by Greg Clayton · 14 years ago
  40. 1d66ef5 Simplified the StackFrameList class down to a single frames list again by Greg Clayton · 14 years ago
  41. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  42. eb10f7b Make: by Jim Ingham · 14 years ago
  43. 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
  44. 8ab1a80 Add -c (count - i.e. number of frames to show) and -s (start frame.) by Jim Ingham · 14 years ago
  45. 65124ea Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 14 years ago
  46. 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
  47. 2154da4 Add StackFrame::IsInlined. by Jim Ingham · 14 years ago
  48. f40e308 Cleaned up the inline stack frame code one more time to prepare for inlined by Greg Clayton · 14 years ago
  49. 782b9cc Cleaned up the inline backtrace code even more by moving all stack backtracing by Greg Clayton · 14 years ago
  50. 32f4fdd Fixed another issue with the inline stack frames where if the first frame by Greg Clayton · 14 years ago
  51. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  52. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  53. 8c12720 Refactored ClangExpressionDeclMap to use by Sean Callanan · 14 years ago
  54. 9934335 Fixed a crasher where during shutdown, loggings attempted to access the by Johnny Chen · 14 years ago
  55. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  56. 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
  57. 0bda403 Add an accessor to get the Declaration for a type. by Jim Ingham · 14 years ago
  58. 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
  59. 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
  60. a622343 First step of refactoring variable handling in the by Sean Callanan · 14 years ago
  61. 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
  62. 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
  63. 3351dac Patch by Bill Lynch fixing handling of the pid in the IR transformation passes. by Sean Callanan · 14 years ago
  64. 709c473 Avoid an assertion crash by avoiding a circular dependency in the objective by Greg Clayton · 14 years ago
  65. fe9864c Changed "Error Value::GetValueAsData (...)" to set the data extractor byte by Greg Clayton · 14 years ago
  66. 88957ff Fixed an issue where we would return matches for DWARF in the .o files when by Greg Clayton · 14 years ago
  67. ea29418 Don't try to get the architecture up front when doing attach -w. by Jim Ingham · 14 years ago
  68. a2890f4 Check for errors in Resume before waiting for the resume to complete. by Jim Ingham · 14 years ago
  69. 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
  70. bfc33ce Documented ClangResultSynthesizer and added very minor API fixes. by Sean Callanan · 14 years ago
  71. 4a7c6c6 Documented ClangExpressionVariable(List), and cleaned up its API slightly. by Sean Callanan · 14 years ago
  72. a386e05 Added documentation to ClangExpressionDeclMap. by Sean Callanan · 14 years ago
  73. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 14 years ago
  74. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 14 years ago
  75. b291abe Added documentation to ClangASTSource and NameSearchContext. by Sean Callanan · 14 years ago
  76. 200dce5 Removed the ClangStmtVisitor, which is old code by Sean Callanan · 14 years ago
  77. 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
  78. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 14 years ago
  79. 0007dff Few little fixes to reading in inlined functions. Also added a test case with some inlining. by Jim Ingham · 14 years ago
  80. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  81. 1977419 There is no need to restore (sys.stdin, sys.stdout) of the python script by Johnny Chen · 14 years ago
  82. 410f721 Fix clang warnings. by Benjamin Kramer · 14 years ago
  83. 1240b91 Looks like this is how you identify executables in ELF. by Jim Ingham · 14 years ago
  84. 6fb8baa Make breakpoint commands work again. Added a PerformAction to the stop info - actions are run when the by Jim Ingham · 14 years ago
  85. ac9c8b5 Remove unused powerpc unwind support. by Jason Molenda · 14 years ago
  86. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  87. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
  88. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  89. 70a4f92 Fixed namespace visibility problems that were by Sean Callanan · 14 years ago
  90. 585660c More missing files from my previous checkin. by Greg Clayton · 14 years ago
  91. 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
  92. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  93. 93a4b1a Added support for accessing members of C++ objects, by Sean Callanan · 14 years ago
  94. 7aff9ff Added FindTypes to Module and ModuleList. by Greg Clayton · 14 years ago
  95. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  96. bc2928a Set a CodeGenOption in Clang to inhibit insertion by Sean Callanan · 14 years ago
  97. f5857a0 Added support for rewriting objc_msgSend so we can by Sean Callanan · 14 years ago
  98. 60dde64 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 14 years ago
  99. 6e71340 Updated to llvm/clang from July 30, 2010 at 08:00. by Greg Clayton · 14 years ago
  100. 43490d1 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 14 years ago