aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@fb.com>2020-03-02 15:37:27 -0800
committerGreg Clayton <gclayton@fb.com>2020-03-02 15:40:11 -0800
commit8d41f1a02369537cae1a7d00c0fa717fc3aca575 (patch)
tree7f5589902e36a8981c5a7e6016c6e8039876ef98 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parentb6b3fcdcb8cdfb887e26d27bee03b997d2d65888 (diff)
downloadllvm-8d41f1a02369537cae1a7d00c0fa717fc3aca575.zip
llvm-8d41f1a02369537cae1a7d00c0fa717fc3aca575.tar.gz
llvm-8d41f1a02369537cae1a7d00c0fa717fc3aca575.tar.bz2
Fix GSYM tests to run the yaml files and fix test failures on some machines.
YAML files were not being run during lit testing as there was no lit.local.cfg file. Once this was fixed, some buildbots would fail due to a StringRef that pointed to a std::string inside of a temporary llvm::Triple object. These issues are fixed here by making a local triple object that stays around long enough so the StringRef points to valid data. Also fixed an issue where strings for files in the file table could be added in opposite order due to parameters to function calls not having a strong ordering, which caused tests to fail. Added new arch specfic directories so when targets are not enabled, we continue to function just fine. Differential Revision: https://reviews.llvm.org/D75390
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions