aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorRahul Joshi <rjoshi@nvidia.com>2024-08-19 15:31:24 -0700
committerGitHub <noreply@github.com>2024-08-19 15:31:24 -0700
commitf5664f585bdc3187461f1dfd78d8f16ed2d990a0 (patch)
tree55460b13a0b4bb5e93f0aeb4678e5862acb91f8a /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parentc4781396136849e79fe7b0c9ffe1ccb708bb1b67 (diff)
downloadllvm-f5664f585bdc3187461f1dfd78d8f16ed2d990a0.zip
llvm-f5664f585bdc3187461f1dfd78d8f16ed2d990a0.tar.gz
llvm-f5664f585bdc3187461f1dfd78d8f16ed2d990a0.tar.bz2
[Support] Do not ignore unterminated open { in formatv (#104688)
- When an unterminated open { is detected in the format string, instead of asserting and ignoring the error, replace that string with another to indicate the error, and remove the assert as well. - This will make the error evident in both assert and release builds and make observing the error more convenient (as several uses of this function are in TableGen and it is often built in release mode even in debug builds)
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions