diff options
author | David Spickett <david.spickett@linaro.org> | 2020-09-15 14:49:48 +0100 |
---|---|---|
committer | David Spickett <david.spickett@linaro.org> | 2020-09-17 10:26:16 +0100 |
commit | c687af0c30b4dbdc9f614d5e061c888238e0f9c5 (patch) | |
tree | 1aa48991e666336483ec8efa7981de6f28e4563d /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | a9cbe5cf30e386a4f44981f5bf9e1862ad36574d (diff) | |
download | llvm-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