Files
clang-p2996/lldb/source/Plugins/Process
Dmitry Vasilyev f083764ba1 [lldb] Optimized lldb-server memory usage (#100666)
MAX_PATH is definitely larger than 6 bytes we are expecting for this
message, and could be rather large depending on the target OS (4K for
some Linux OSs).

Since the buffer gets allocated on the stack we better be conservative
and allocate what we actually need.
2024-07-26 19:12:05 +04:00
..