1. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  2. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  3. 00b7f95 Fix handling of backslashes in Args parsing by Pavel Labath · 11 years ago
  4. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  5. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  6. e30f11d Complete rewrite of interactive editing support for single- and multi-line input. by Kate Stone · 11 years ago
  7. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  8. c60b6ea Document the "thread.completed-expression" feature in the "expression" command help. by Jim Ingham · 11 years ago
  9. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  10. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  11. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  12. 2860695 lldb: remove adhoc implementation of array_sizeof by Saleem Abdulrasool · 11 years ago
  13. fc03f8f A fix for: http://llvm.org/bugs/show_bug.cgi?id=19241 by Greg Clayton · 12 years ago
  14. 23f8c95 JITed functions can now have debug info and be debugged with debug and source info: by Greg Clayton · 12 years ago
  15. 62e5f4d Cleanup some dead assignements reported by scan-build by Arnaud A. de Grandmaison · 12 years ago
  16. 05da458c One more time. Multi-line expressions when there is no valid expression that follow “expr [options] —“. by Greg Clayton · 12 years ago
  17. 487143f Fixed crasher when “expr” was NULL due to no characters following the terminating "--". by Greg Clayton · 12 years ago
  18. cf28a8b Allow a multi-line expression to follow expression commands with options when there is no expression following the option terminating “—“. by Greg Clayton · 12 years ago
  19. f6913cd Allow line numbers to be shown in multi-line expressions. by Greg Clayton · 12 years ago
  20. b689250 When a multiline expression produces output, the multi-line help message is printed twice. by Greg Clayton · 12 years ago
  21. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  22. 6f78f38 The default timeout for EvaluateExpressionOptions is not 0, so if no timeout is provided, we have to set the option timeout to 0 by hand. by Jim Ingham · 12 years ago
  23. 6fbc48b This patch does a couple of things. by Jim Ingham · 12 years ago
  24. 62afb9f Added a "--debug" option to the "expression" command. by Greg Clayton · 12 years ago
  25. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  26. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  27. 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
  28. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  29. 4b388c9 Send a stop event when an expression stops at a breakpoint by Sean Callanan · 12 years ago
  30. cbf7e26 For "expr", say what the timeout units are in the help string. by Jim Ingham · 12 years ago
  31. aa577f4 Fix the help for unwind-on-error, it no longer controls what happens when an expression hits a breakpoint. by Jim Ingham · 12 years ago
  32. 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
  33. c2a58d7 <rdar://problem/13365424> by Enrico Granata · 13 years ago
  34. 9a31ccb <rdar://problem/12890171> by Enrico Granata · 13 years ago
  35. ba7b8e2 Make sure that multi-line expressions don't create a default target. We recently switched to using a built-in m_exe_ctx when running commands in the DoExecute() so that we can have common code where commands can required having a valid target/process/thread/frame by specifying flags, this caused multi-line expression to always create a new dummy target because m_exe_ctx gets cleared when DoExecute exits. A new input reader has been pushed to handle the input for the expression, which will get popped off and then it was checking the target in m_exe_ctx (which was cleared). by Greg Clayton · 13 years ago
  36. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  37. 184e981 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 13 years ago
  38. 93d5966 <rdar://problem/12790664> by Enrico Granata · 13 years ago
  39. b576bba <rdar://problem/12028723> by Enrico Granata · 13 years ago
  40. 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
  41. 7b8c513 Option changes: by Enrico Granata · 13 years ago
  42. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  43. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  44. 5c48d5c Add text to the help to explain how to set user defined variables. by Jim Ingham · 13 years ago
  45. 35e1bda Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 13 years ago
  46. d4439aa 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 · 13 years ago
  47. bcf897f LLDB no longer prints <no result> by default if by Sean Callanan · 13 years ago
  48. 2b2631c <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 13 years ago
  49. bf154da Added a 'void' format so that the user can manually by Sean Callanan · 13 years ago
  50. 3372f58 <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 · 13 years ago
  51. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  52. 770eb05 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 · 14 years ago
  53. 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
  54. 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
  55. a73d269 There is no need to hold onto an ExecutionContext as a member variable. by Greg Clayton · 14 years ago
  56. 6efba4f Fixed formats being able to be applied recursively when using: by Greg Clayton · 14 years ago
  57. 20bb3aa The "desired result type" code in the expression by Sean Callanan · 14 years ago
  58. c0a6e06 Added a function to the Host that gets a dummy target by Sean Callanan · 14 years ago
  59. 5009f9d Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 14 years ago
  60. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  61. 1deb796 Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 14 years ago
  62. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  63. 3bfdaa2 This patch modifies the expression parser to allow it by Sean Callanan · 14 years ago
  64. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  65. bccce81 Added support for persistent types to the by Sean Callanan · 14 years ago
  66. 22c55d1 *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
  67. c3e320a 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
  68. d55546b 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
  69. 07e66e3 Added KDP resume, suspend, set/remove breakpoint, and kernel version support. by Greg Clayton · 14 years ago
  70. 4480530 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 14 years ago
  71. 0c5ef69 Some descriptive text for the Python script feature: by Enrico Granata · 14 years ago
  72. 5fd0590 Cleanup error output on expressions. by Greg Clayton · 14 years ago
  73. d61c10b by Caroline Tice · 14 years ago
  74. 15356e7 by Caroline Tice · 14 years ago
  75. 6e8dc33 by Caroline Tice · 14 years ago
  76. 007d5be lldb-59. by Greg Clayton · 14 years ago
  77. 2837b76 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
  78. 969ed3d by Caroline Tice · 14 years ago
  79. 68ebae6 Added the ability to specify dumping options (show types, show location, by Greg Clayton · 14 years ago
  80. 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  81. 78a685a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
  82. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  83. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  84. f16066e Really fix the test suite crasher this time. by Johnny Chen · 14 years ago
  85. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  86. 6035b67 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 · 15 years ago
  87. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  88. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  89. 92adcac Implemented a major overhaul of the way variables are handled by Sean Callanan · 15 years ago
  90. 8b2fe6d Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 15 years ago
  91. f48169b 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
  92. efed613 Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  93. 399f1ca 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
  94. 8f343b0 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 15 years ago
  95. 322f529 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 15 years ago
  96. 8f92f0a Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 15 years ago
  97. 32c4085 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 15 years ago
  98. b71f384 Added the notion that a value object can be constant by adding: by Greg Clayton · 15 years ago
  99. 0184f01 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 15 years ago
  100. 1d3afba Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 15 years ago