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