- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
- e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
- 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
- 279b2e8 fixits are apparently called fix-its. by Jim Ingham · 9 years ago
- 3fe7158 [LLDB] Added support for PHI nodes to IR interpreter by Marianne Mailhot-Sarrasin · 9 years ago
- f52c40c Fixed multiline expressions, and removed some dead code. by Sean Callanan · 9 years ago
- 520a422 Add a --element-count option to the expression command by Enrico Granata · 9 years ago
- e5ee6f0 Figure out what the fixed expression is, and print it. Added another target setting to by Jim Ingham · 9 years ago
- 863fab6 Expose top-level Clang expressions via the command line and the API. by Sean Callanan · 9 years ago
- a1e541b Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "." for "->".) by Jim Ingham · 10 years ago
- 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
- f2bd5c3 Added support to the expression command for dropping into the REPL at will. by Sean Callanan · 10 years ago
- 1bbaede Decide on the expression language inside UserExpression by Dawn Perchik · 10 years ago
- 4d31a48 Fix minor typos in comments. by Bruce Mitchener · 10 years ago
- 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
- 151c032 This patch makes Clang-independent base classes for all the expression types that lldb currently vends. by Jim Ingham · 10 years ago
- 009d110 Set the default language to use when evaluating to that of the frame's CU. by Dawn Perchik · 10 years ago
- 0d5a2bd Purge a few places where *LanguageRuntime.h was being used when it by Jim Ingham · 10 years ago
- 30e3397 Jim told me about a cleaner way to include headers from plug-ins. by Sean Callanan · 10 years ago
- e33724f In preparation for factoring persistent variables into a generic part and a by Sean Callanan · 10 years ago
- 0e0984e Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. by Jim Ingham · 10 years ago
- 15663c5 Specify a language to use when parsing expressions. by Dawn Perchik · 10 years ago
- ea671fb Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. by Kate Stone · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
- 00b7f95 Fix handling of backslashes in Args parsing by Pavel Labath · 11 years ago
- 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
- 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
- e30f11d Complete rewrite of interactive editing support for single- and multi-line input. by Kate Stone · 11 years ago
- d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
- c60b6ea Document the "thread.completed-expression" feature in the "expression" command help. by Jim Ingham · 11 years ago
- 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
- de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
- d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
- 2860695 lldb: remove adhoc implementation of array_sizeof by Saleem Abdulrasool · 11 years ago
- fc03f8f A fix for: http://llvm.org/bugs/show_bug.cgi?id=19241 by Greg Clayton · 12 years ago
- 23f8c95 JITed functions can now have debug info and be debugged with debug and source info: by Greg Clayton · 12 years ago
- 62e5f4d Cleanup some dead assignements reported by scan-build by Arnaud A. de Grandmaison · 12 years ago
- 05da458c One more time. Multi-line expressions when there is no valid expression that follow “expr [options] —“. by Greg Clayton · 12 years ago
- 487143f Fixed crasher when “expr” was NULL due to no characters following the terminating "--". by Greg Clayton · 12 years ago
- 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
- f6913cd Allow line numbers to be shown in multi-line expressions. by Greg Clayton · 12 years ago
- b689250 When a multiline expression produces output, the multi-line help message is printed twice. by Greg Clayton · 12 years ago
- 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
- 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
- 6fbc48b This patch does a couple of things. by Jim Ingham · 12 years ago
- 62afb9f Added a "--debug" option to the "expression" command. by Greg Clayton · 12 years ago
- b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
- f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
- 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
- e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
- 4b388c9 Send a stop event when an expression stops at a breakpoint by Sean Callanan · 12 years ago
- cbf7e26 For "expr", say what the timeout units are in the help string. by Jim Ingham · 12 years ago
- 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
- 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
- c2a58d7 <rdar://problem/13365424> by Enrico Granata · 13 years ago
- 9a31ccb <rdar://problem/12890171> by Enrico Granata · 13 years ago
- 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
- c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
- 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
- 93d5966 <rdar://problem/12790664> by Enrico Granata · 13 years ago
- b576bba <rdar://problem/12028723> by Enrico Granata · 13 years ago
- 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
- 7b8c513 Option changes: by Enrico Granata · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
- 5c48d5c Add text to the help to explain how to set user defined variables. by Jim Ingham · 13 years ago
- 35e1bda Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 13 years ago
- 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
- bcf897f LLDB no longer prints <no result> by default if by Sean Callanan · 13 years ago
- 2b2631c <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 13 years ago
- bf154da Added a 'void' format so that the user can manually by Sean Callanan · 13 years ago
- 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
- 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
- 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
- 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
- 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
- a73d269 There is no need to hold onto an ExecutionContext as a member variable. by Greg Clayton · 14 years ago
- 6efba4f Fixed formats being able to be applied recursively when using: by Greg Clayton · 14 years ago
- 20bb3aa The "desired result type" code in the expression by Sean Callanan · 14 years ago
- c0a6e06 Added a function to the Host that gets a dummy target by Sean Callanan · 14 years ago
- 5009f9d Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 14 years ago
- 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
- 1deb796 Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 14 years ago
- c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
- 3bfdaa2 This patch modifies the expression parser to allow it by Sean Callanan · 14 years ago
- 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
- bccce81 Added support for persistent types to the by Sean Callanan · 14 years ago
- 22c55d1 *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
- 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
- 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
- 07e66e3 Added KDP resume, suspend, set/remove breakpoint, and kernel version support. by Greg Clayton · 14 years ago
- 4480530 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 14 years ago
- 0c5ef69 Some descriptive text for the Python script feature: by Enrico Granata · 14 years ago
- 5fd0590 Cleanup error output on expressions. by Greg Clayton · 14 years ago
- d61c10b by Caroline Tice · 14 years ago
- 15356e7 by Caroline Tice · 14 years ago
- 6e8dc33 by Caroline Tice · 14 years ago
- 007d5be lldb-59. by Greg Clayton · 14 years ago