1. dab6f074 [lldb] Reland 370734: Test 'frame select -r' and fix that INT32_MIN breaks the option parser by Raphael Isemann · 6 years ago
  2. 5a039d5 [lldb] Partly revert 370734: Test 'frame select -r' and fix that INT32_MIN breaks the option parser by Raphael Isemann · 6 years ago
  3. 0d9a201 [lldb][NFC] Remove ArgEntry::ref member by Raphael Isemann · 6 years ago
  4. 607c92a [lldb] Test 'frame select -r' and fix that INT32_MIN breaks the option parser by Raphael Isemann · 6 years ago
  5. cb2380c [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target by Raphael Isemann · 6 years ago
  6. 3616201 [lldb][NFC] Remove dead code that is supposed to handle invalid command options by Raphael Isemann · 6 years ago
  7. ae34ed2 [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values by Raphael Isemann · 6 years ago
  8. f9d90bc [lldb] D66174 `RegularExpression` cleanup by Jan Kratochvil · 6 years ago
  9. 3af3f1e [Utility] Reimplement RegularExpression on top of llvm::Regex by Jonas Devlieghere · 6 years ago
  10. bd68a05 [lldb] Also include the array definition in CommandOptions.inc by Raphael Isemann · 6 years ago
  11. ec67e73 [lldb] Tablegenify expr/frame/log/register/memory by Raphael Isemann · 6 years ago
  12. 3e4a13a [Commands] Remove unused header from CommandObjectFrame by Alex Langford · 6 years ago
  13. 2b29b43 [ScriptInterpreter] Move ownership into debugger (NFC) by Jonas Devlieghere · 6 years ago
  14. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  15. 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
  16. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  17. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  18. f80d265 Fixup the Python-less build of ScriptedRecognizedStackFrame by Kuba Mracek · 7 years ago
  19. 41ae8e7 [lldb] Introduce StackFrameRecognizer [take 3] by Kuba Mracek · 7 years ago
  20. cb3628b Revert r345686 due to build failures by Kuba Mracek · 7 years ago
  21. 8fddd98 [lldb] Introduce StackFrameRecognizer [take 2] by Kuba Mracek · 7 years ago
  22. 377f9f9 Revert r345678 (build failure on Linux machines). by Kuba Mracek · 7 years ago
  23. ac0ba8c [lldb] Introduce StackFrameRecognizer by Kuba Mracek · 7 years ago
  24. 285ae0c Add "var" and "vo" aliases for "frame variable" and "frame variable -O". by Jim Ingham · 7 years ago
  25. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  26. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  27. a2e76c0 Replaced more boilerplate code with CompletionRequest (NFC) by Raphael Isemann · 7 years ago
  28. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  29. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  30. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  31. 0df817a [Command] Simplify the code and make it less error prone. NFCI. by Davide Italiano · 7 years ago
  32. 24fff24 [Command] Implement `statistics` command. by Davide Italiano · 7 years ago
  33. 7bbfd8a [CommandObjectFrame] Remove dead code. by Davide Italiano · 8 years ago
  34. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  35. f955efc Fix a -Wmisleading-indentation warning by Sylvestre Ledru · 8 years ago
  36. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  37. eb23673 Add back code to implement "frame var -a,-l,-g" filters. by Jim Ingham · 8 years ago
  38. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  39. 5d1f711 Fix MSVC build by Pavel Labath · 9 years ago
  40. 3bc714b Fix various warnings. NFC by Zachary Turner · 9 years ago
  41. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  42. 867e7d1 Fix some occurrences of passing StringRef to Printf. by Zachary Turner · 9 years ago
  43. f965cc8 Convert CommandObjectFrame to entry-based Args access. by Zachary Turner · 9 years ago
  44. d6a2475 Re-add "demonstrate new Args API" by Zachary Turner · 9 years ago
  45. 99a318e Fix build failure on Linux and BSD by reverting r287597 by Omair Javaid · 9 years ago
  46. 1c55c9b Add the new Args / entry-access API. by Zachary Turner · 9 years ago
  47. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  48. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  49. 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
  50. 11eb9c6 Convert various CommandInterpreter functions to StringRef. by Zachary Turner · 9 years ago
  51. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  52. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  53. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  54. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  55. e395057 Fixing an MSVC error from rL280692 by Dimitar Vlahovski · 9 years ago
  56. 4740a73 Added the "frame diagnose" command and use its output to make crash info better. by Sean Callanan · 9 years ago
  57. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  58. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  59. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  60. 63a27af Added support for thread local variables on all Apple OS variants. by Greg Clayton · 9 years ago
  61. 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
  62. 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
  63. c2961ab Improve error handling for `frame select` command when there are too many arguments. by Adrian McCarthy · 10 years ago
  64. 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
  65. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  66. 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
  67. 6754e04 Introudce a IsTopLevelFunction() API on Language and Function by Enrico Granata · 10 years ago
  68. a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
  69. 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
  70. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  71. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  72. 560558e Introduce the notion of "runtime support values" by Enrico Granata · 11 years ago
  73. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  74. f610289 Fix some typos: by Sylvestre Ledru · 11 years ago
  75. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  76. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  77. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  78. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  79. afbb0af Give a better error when the index argument for “frame select” can’t be parsed. by Jim Ingham · 12 years ago
  80. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  81. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  82. 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
  83. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  84. 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
  85. 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
  86. a6db933 If you say by Enrico Granata · 13 years ago
  87. 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
  88. 5548cb5 <rdar://problem/12978143> by Enrico Granata · 13 years ago
  89. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  90. 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
  91. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  92. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  93. 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
  94. bc6e85c Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 13 years ago
  95. 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
  96. 685c88c <rdar://problem/11870357> by Greg Clayton · 13 years ago
  97. 53eb7ad <rdar://problem/11852100> by Greg Clayton · 13 years ago
  98. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  99. 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
  100. 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