summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.h
AgeCommit message (Expand)Author
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-05-18[lldb] Delay removal of persistent resultsDave Lee
2023-03-21Recommit [lldb] Change dwim-print to default to disabled persistent resultsDave Lee
2023-03-15Revert "[lldb] Change dwim-print to default to disabled persistent results"Dave Lee
2023-03-15[lldb] Change dwim-print to default to disabled persistent resultsDave Lee
2023-02-17[lldb] Make persisting result variables configurableDave Lee
2023-02-17[lldb] Add expression command options in dwim-printDave Lee
2020-03-23[lldb] Mark expressions that couldn't be parsed or executed as failed express...Raphael Isemann
2020-03-17[lldb] Ptrs->refs in CommandObjectExpression::EvaluateExpression parametersRaphael Isemann
2020-03-06[lldb][NFC] Refactor our option generation out of EvaluateExpressionRaphael Isemann
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-28Clean-up usage of OptionDefinition arraysTatyana Krasnukha
2018-08-30Added initial code completion support for the `expr` commandRaphael Isemann
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2017-05-12Rename Error -> Status.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-05-12[LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin
2016-05-09Fixed multiline expressions, and removed some dead code.Sean Callanan
2016-03-29Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham
2016-03-28Expose top-level Clang expressions via the command line and the API.Sean Callanan
2016-03-25Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham
2015-10-20Added support to the expression command for dropping into the REPL at will.Sean Callanan
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath
2015-07-25Specify a language to use when parsing expressions.Dawn Perchik
2014-03-13Allow a multi-line expression to follow expression commands with options when...Greg Clayton
2014-02-11When a multiline expression produces output, the multi-line help message is p...Greg Clayton
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-11-04Added a "--debug" option to the "expression" command. Greg Clayton
2013-09-30<rdar://problem/14393032>Enrico Granata
2013-01-15Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham
2013-01-09<rdar://problem/12028723>Enrico Granata
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-01-27There is no need to hold onto an ExecutionContext as a member variable. Greg Clayton
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton
2011-06-13More prompt-timing cleanups: Make multi-line expressionsCaroline Tice
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham
2011-04-13Added two new classes for command options:Greg Clayton
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton