Instead use a more reasonable value to start and rely on the fact that SmallString will resize if necessary.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Paths
| Differential D55457
Do not use PATH_MAX with SmallString ClosedPublic Authored by stella.stamenova on Dec 7 2018, 1:15 PM.
Details Summary Instead use a more reasonable value to start and rely on the fact that SmallString will resize if necessary.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 10 2018, 9:04 AM Closed by commit rLLDB348775: Do not use PATH_MAX with SmallString (authored by stella.stamenova). · Explain WhyDec 10 2018, 9:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 177542 source/Commands/CommandCompletions.cpp
source/Commands/CommandObjectPlatform.cpp
source/Host/common/Host.cpp
source/Host/posix/PipePosix.cpp
source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
source/Target/ProcessInfo.cpp
|