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