1. d27026e Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' by Enrico Granata · 12 years ago
  2. 1e1e6cb LLDB no longer prints <no result> by default if by Sean Callanan · 12 years ago
  3. 1221358 <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 12 years ago
  4. 96abc62 Added a 'void' format so that the user can manually by Sean Callanan · 12 years ago
  5. 6cca969 <rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion by Enrico Granata · 12 years ago
  6. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  7. bd58715 Fixing an issue where saying 'po foo' made both the summary and the description for foo come out. If one is po'ing something they most probably only care about the description - We will not omit the summary by Enrico Granata · 12 years ago
  8. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 12 years ago
  9. 3069c62 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 · 12 years ago
  10. f75e391 There is no need to hold onto an ExecutionContext as a member variable. by Greg Clayton · 13 years ago
  11. ccf4450 Fixed formats being able to be applied recursively when using: by Greg Clayton · 13 years ago
  12. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  13. f35a96c Added a function to the Host that gets a dummy target by Sean Callanan · 13 years ago
  14. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  15. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  16. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  17. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  18. 47dc457 This patch modifies the expression parser to allow it by Sean Callanan · 13 years ago
  19. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  20. 2431244 Added support for persistent types to the by Sean Callanan · 13 years ago
  21. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  22. afb7c85 Fixed a bug where a variable could not be formatted in a summary if its datatype already had a custom format by Enrico Granata · 13 years ago
  23. e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 13 years ago
  24. 234981a Added KDP resume, suspend, set/remove breakpoint, and kernel version support. by Greg Clayton · 13 years ago
  25. 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 13 years ago
  26. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  27. fe1b47d Cleanup error output on expressions. by Greg Clayton · 13 years ago
  28. 892fadd by Caroline Tice · 13 years ago
  29. 2b5e4e6 by Caroline Tice · 13 years ago
  30. 87e1f77 by Caroline Tice · 13 years ago
  31. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  32. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 13 years ago
  33. 4a34808 by Caroline Tice · 13 years ago
  34. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  35. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  36. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 13 years ago
  37. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  38. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  39. 9335643 Really fix the test suite crasher this time. by Johnny Chen · 13 years ago
  40. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  41. fa3a16a Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 13 years ago
  42. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  43. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  44. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 14 years ago
  45. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  46. 360f53f Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. by Jim Ingham · 14 years ago
  47. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  48. ea9d426 Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 14 years ago
  49. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  50. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  51. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  52. 11730f3 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 14 years ago
  53. d171972 Added the notion that a value object can be constant by adding: by Greg Clayton · 14 years ago
  54. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 14 years ago
  55. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  56. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  57. 4d6675c by Caroline Tice · 14 years ago
  58. cc112ac Fixed indentation. by Johnny Chen · 14 years ago
  59. 106a737 Fixed 'expr' help message. by Johnny Chen · 14 years ago
  60. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  61. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  62. e8a59a8 Bugfixes to the expression parser. Fixes include: by Sean Callanan · 14 years ago
  63. c1ad82e by Caroline Tice · 14 years ago
  64. 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
  65. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 14 years ago
  66. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  67. a622343 First step of refactoring variable handling in the by Sean Callanan · 14 years ago
  68. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 14 years ago
  69. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 14 years ago
  70. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 14 years ago
  71. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  72. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  73. 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 14 years ago
  74. 32824aa Added logging: by Sean Callanan · 14 years ago
  75. 63c468c Fix a typo. by Stephen Wilson · 14 years ago
  76. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 14 years ago
  77. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago
  78. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  79. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 14 years ago
  80. 810f22d Wrote the code that looks at a context to see by Sean Callanan · 14 years ago
  81. bafd685 Fixes to the IR generator in the expression parser by Sean Callanan · 14 years ago
  82. 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 14 years ago
  83. 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 14 years ago
  84. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  85. 46b6249 Extensive code cleanup of the expression command. by Sean Callanan · 14 years ago
  86. 848960c Added the temporary -i option to expr, which by Sean Callanan · 14 years ago
  87. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  88. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  89. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  90. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago