summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
diff options
context:
space:
mode:
authorStanislav Funiak <stano@cerebras.net>2021-11-26 18:09:04 +0530
committerUday Bondhugula <uday@polymagelabs.com>2021-11-26 18:11:37 +0530
commitd35f1190949963f7b22bd687ed0e27e8636f505d (patch)
treef78ce92eafc0cdfcd335e3c76fc56bfe89f13243 /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
parenta76ee58f3cbcec6e31ff0d25e7d9a89b81a2ccc8 (diff)
Added line numbers to the debug output of PDL bytecode.
This is a small diff that splits out the debug output for PDL bytecode. When running bytecode with debug output on, it is useful to know the line numbers where the PDLIntepr operations are performed. Usually, these are in a single MLIR file, so it's sufficient to print out the line number rather than the entire location (which tends to be quite verbose). This debug output is gated by `LLVM_DEBUG` rather than `#ifndef NDEBUG` to make it easier to test. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D114061
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions