1. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
  2. 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 · 14 years ago
  3. 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 · 14 years ago
  4. 234981a Added KDP resume, suspend, set/remove breakpoint, and kernel version support. by Greg Clayton · 14 years ago
  5. 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 14 years ago
  6. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 14 years ago
  7. fe1b47d Cleanup error output on expressions. by Greg Clayton · 14 years ago
  8. 892fadd by Caroline Tice · 14 years ago
  9. 2b5e4e6 by Caroline Tice · 14 years ago
  10. 87e1f77 by Caroline Tice · 14 years ago
  11. 82f0746 lldb-59. by Greg Clayton · 14 years ago
  12. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
  13. 4a34808 by Caroline Tice · 14 years ago
  14. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 14 years ago
  15. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  16. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
  17. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  18. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  19. 9335643 Really fix the test suite crasher this time. by Johnny Chen · 14 years ago
  20. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  21. 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 · 14 years ago
  22. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  23. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  24. 6a92553 Implemented a major overhaul of the way variables are handled by Sean Callanan · 15 years ago
  25. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 15 years ago
  26. 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 · 15 years ago
  27. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  28. 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 · 15 years ago
  29. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 15 years ago
  30. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 15 years ago
  31. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 15 years ago
  32. 11730f3 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 15 years ago
  33. d171972 Added the notion that a value object can be constant by adding: by Greg Clayton · 15 years ago
  34. 377e0b4 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 15 years ago
  35. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 15 years ago
  36. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  37. 4d6675c by Caroline Tice · 15 years ago
  38. cc112ac Fixed indentation. by Johnny Chen · 15 years ago
  39. 106a737 Fixed 'expr' help message. by Johnny Chen · 15 years ago
  40. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 15 years ago
  41. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  42. e8a59a8 Bugfixes to the expression parser. Fixes include: by Sean Callanan · 15 years ago
  43. c1ad82e by Caroline Tice · 15 years ago
  44. 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 · 15 years ago
  45. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 15 years ago
  46. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 15 years ago
  47. a622343 First step of refactoring variable handling in the by Sean Callanan · 15 years ago
  48. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 15 years ago
  49. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 15 years ago
  50. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 15 years ago
  51. a48fe16 Added support for persistent variables to the by Sean Callanan · 15 years ago
  52. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 15 years ago
  53. 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 15 years ago
  54. 32824aa Added logging: by Sean Callanan · 15 years ago
  55. 63c468c Fix a typo. by Stephen Wilson · 15 years ago
  56. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 15 years ago
  57. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 15 years ago
  58. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 15 years ago
  59. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 15 years ago
  60. 810f22d Wrote the code that looks at a context to see by Sean Callanan · 15 years ago
  61. bafd685 Fixes to the IR generator in the expression parser by Sean Callanan · 15 years ago
  62. 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 15 years ago
  63. 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 15 years ago
  64. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  65. 46b6249 Extensive code cleanup of the expression command. by Sean Callanan · 15 years ago
  66. 848960c Added the temporary -i option to expr, which by Sean Callanan · 15 years ago
  67. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  68. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  69. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  70. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago