Files
clang-p2996/lldb/source/Core/Debugger.cpp
aabhinavg bf01bb851b [lldb] Refactor string manipulation in Debugger.cpp (#92565)
Summary of Changes:

Replaced the ineffective call to `substr` with a more efficient use of
`resize` to truncate the string.
Adjusted the code to use 'resize' instead of 'substr' for better
performance and readability.
Removed unwanted file from the previous commit.
Fixes: #91209

---------

Co-authored-by: aabhinavg <tiwariabhinavak@gmail.com>
2024-11-05 09:20:22 +00:00

78 KiB