1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. f80d265 Fixup the Python-less build of ScriptedRecognizedStackFrame by Kuba Mracek · 7 years ago
  3. 41ae8e7 [lldb] Introduce StackFrameRecognizer [take 3] by Kuba Mracek · 7 years ago
  4. cb3628b Revert r345686 due to build failures by Kuba Mracek · 7 years ago
  5. 8fddd98 [lldb] Introduce StackFrameRecognizer [take 2] by Kuba Mracek · 7 years ago
  6. 377f9f9 Revert r345678 (build failure on Linux machines). by Kuba Mracek · 7 years ago
  7. ac0ba8c [lldb] Introduce StackFrameRecognizer by Kuba Mracek · 7 years ago
  8. 285ae0c Add "var" and "vo" aliases for "frame variable" and "frame variable -O". by Jim Ingham · 7 years ago
  9. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  10. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  11. a2e76c0 Replaced more boilerplate code with CompletionRequest (NFC) by Raphael Isemann · 7 years ago
  12. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  13. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  14. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  15. 0df817a [Command] Simplify the code and make it less error prone. NFCI. by Davide Italiano · 7 years ago
  16. 24fff24 [Command] Implement `statistics` command. by Davide Italiano · 7 years ago
  17. 7bbfd8a [CommandObjectFrame] Remove dead code. by Davide Italiano · 8 years ago
  18. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  19. f955efc Fix a -Wmisleading-indentation warning by Sylvestre Ledru · 8 years ago
  20. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  21. eb23673 Add back code to implement "frame var -a,-l,-g" filters. by Jim Ingham · 8 years ago
  22. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  23. 5d1f711 Fix MSVC build by Pavel Labath · 9 years ago
  24. 3bc714b Fix various warnings. NFC by Zachary Turner · 9 years ago
  25. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  26. 867e7d1 Fix some occurrences of passing StringRef to Printf. by Zachary Turner · 9 years ago
  27. f965cc8 Convert CommandObjectFrame to entry-based Args access. by Zachary Turner · 9 years ago
  28. d6a2475 Re-add "demonstrate new Args API" by Zachary Turner · 9 years ago
  29. 99a318e Fix build failure on Linux and BSD by reverting r287597 by Omair Javaid · 9 years ago
  30. 1c55c9b Add the new Args / entry-access API. by Zachary Turner · 9 years ago
  31. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  32. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  33. 73418df Fix an issue where frame variable -s <varname> would not show the scope even though the user asked for it by Enrico Granata · 9 years ago
  34. 11eb9c6 Convert various CommandInterpreter functions to StringRef. by Zachary Turner · 9 years ago
  35. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  36. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  37. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  38. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  39. e395057 Fixing an MSVC error from rL280692 by Dimitar Vlahovski · 9 years ago
  40. 4740a73 Added the "frame diagnose" command and use its output to make crash info better. by Sean Callanan · 9 years ago
  41. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  42. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  43. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  44. 63a27af Added support for thread local variables on all Apple OS variants. by Greg Clayton · 9 years ago
  45. 4e26dd3 Fix "frame variable" to show all variables defined in functions and any contained lexical blocks, even if they are static variables. by Greg Clayton · 9 years ago
  46. c8ecc2a Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. by Eugene Zelenko · 10 years ago
  47. c2961ab Improve error handling for `frame select` command when there are too many arguments. by Adrian McCarthy · 10 years ago
  48. 4625239 Fix up LLDB for a change in the way clang represents anonymous unions such that the 'frame variable' command can still find the members of such union as if they were top-level variables in the current scope by Enrico Granata · 10 years ago
  49. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  50. 73e8c4d Route the preferred-display-language mechanism to the ValueObjectPrinter and actually fill in a few gaps for dynamic and synthetic values to be able to adopt this in useful ways by Enrico Granata · 10 years ago
  51. 6754e04 Introudce a IsTopLevelFunction() API on Language and Function by Enrico Granata · 10 years ago
  52. a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
  53. 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
  54. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  55. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  56. 560558e Introduce the notion of "runtime support values" by Enrico Granata · 11 years ago
  57. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  58. f610289 Fix some typos: by Sylvestre Ledru · 11 years ago
  59. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  60. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  61. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  62. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  63. afbb0af Give a better error when the index argument for “frame select” can’t be parsed. by Jim Ingham · 12 years ago
  64. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  65. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  66. 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
  67. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  68. f21fead A first pass at auto completion for variables and their children. This is currently hooked up for "frame variable" only. With a little work we can also enable it for the "expression" command and also for other things. by Greg Clayton · 12 years ago
  69. 9fb5ab5 Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation by Enrico Granata · 13 years ago
  70. a6db933 If you say by Enrico Granata · 13 years ago
  71. 93208b8 Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.) by Jim Ingham · 13 years ago
  72. 5548cb5 <rdar://problem/12978143> by Enrico Granata · 13 years ago
  73. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  74. f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
  75. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  76. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  77. 4f465cf Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 13 years ago
  78. bc6e85c Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 13 years ago
  79. 17b1174 <rdar://problem/11578397> Adding a new --summary-string option for the frame variable command which allows the user to provide a summary string with which he wants to display the variables without having to make a named summary first by Enrico Granata · 13 years ago
  80. 685c88c <rdar://problem/11870357> by Greg Clayton · 13 years ago
  81. 53eb7ad <rdar://problem/11852100> by Greg Clayton · 13 years ago
  82. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  83. 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
  84. 0c489f5 1) solving a bug where, after Jim's fixes to stack frames, synthetic children were not recalculated when necessary, causing them to get out of sync with live data by Enrico Granata · 14 years ago
  85. b0c72a5 Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as needed to by Jim Ingham · 14 years ago
  86. d9e416c The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 14 years ago
  87. 061858c <rdar://problem/10062621> by Enrico Granata · 14 years ago
  88. 973cf9e Remove the functionality of using 'frame variable -w' to set a watchpoint now that 'watchpoint set variable/expression' by Johnny Chen · 14 years ago
  89. 2ffa754 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 14 years ago
  90. 3434b19 Clarify the 'frame variable' help message regarding the watchpoint functionality. by Johnny Chen · 14 years ago
  91. fe3bdad 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 · 14 years ago
  92. 6efba4f Fixed formats being able to be applied recursively when using: by Greg Clayton · 14 years ago
  93. 5009f9d Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 14 years ago
  94. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  95. 1deb796 Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 14 years ago
  96. 01a6786 SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
  97. f56c013 Small fix to "frame select" sans frame # feature added yesterday. by Jason Molenda · 14 years ago
  98. b62a3be Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 14 years ago
  99. 82d4a2b Add an additional "frame select" usage where it will re-select the current frame by Jason Molenda · 14 years ago
  100. 586e8ea Fix help string for "frame variable". by Johnny Chen · 14 years ago