aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ModuloSchedule.cpp
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2020-09-15 14:49:48 +0100
committerDavid Spickett <david.spickett@linaro.org>2020-09-17 10:26:16 +0100
commitc687af0c30b4dbdc9f614d5e061c888238e0f9c5 (patch)
tree1aa48991e666336483ec8efa7981de6f28e4563d /llvm/lib/CodeGen/ModuloSchedule.cpp
parenta9cbe5cf30e386a4f44981f5bf9e1862ad36574d (diff)
downloadllvm-c687af0c30b4dbdc9f614d5e061c888238e0f9c5.zip
llvm-c687af0c30b4dbdc9f614d5e061c888238e0f9c5.tar.gz
llvm-c687af0c30b4dbdc9f614d5e061c888238e0f9c5.tar.bz2
[lldb] Don't send invalid region addresses to lldb server
Previously when <addr> in "memory region <addr>" didn't parse correctly, we'd print an error then also ask lldb-server for a region containing LLDB_INVALID_ADDRESS. (lldb) memory region not_an_address error: invalid address argument "not_an_address"... error: Server returned invalid range Only send the command to lldb-server if the address parsed correctly. (lldb) memory region not_an_address error: invalid address argument "not_an_address"... Reviewed By: labath Differential Revision: https://reviews.llvm.org/D87694
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions