llvm-project/lldb/tools/debugserver
Jason Molenda 2b8b783b1a Quote error string from qLaunchSuccess
If the error message from qLaunchSucess included a gdb RSP
metacharacter, it could crash lldb.  Apply the binary
escaping to the string before sending it to lldb; lldb
promiscuously applies the binary escaping protocol on
packets it receives.

Also fix a small bug in cstring_to_asciihex_string where
a high bit character (eg utf-8 chars) would not be
quoted correctly due to signed char fun.

Differential Revision: https://reviews.llvm.org/D79614

rdar://problem/62873581
2020-05-11 20:05:57 -07:00
..
debugserver.xcodeproj Update so debugserver can be built on macos again with xcodebuild. 2020-03-18 21:46:20 -07:00
resources Remove the old SecTaskAccess entry from debugserver's plist 2020-03-16 21:54:32 -07:00
scripts
source Quote error string from qLaunchSuccess 2020-05-11 20:05:57 -07:00
CMakeLists.txt [lldb][cmake] Move the remove_module_flags call to the right place in debugserver's CMakeLists 2020-04-27 16:04:19 +02:00
debugnub-exports