mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 00:18:06 +00:00
indicate what the program args line is.
llvm-svn: 66144
This commit is contained in:
parent
7e98d87d98
commit
982c3491ff
@ -62,8 +62,10 @@ void PrettyStackTraceString::print(raw_ostream &OS) const {
|
||||
}
|
||||
|
||||
void PrettyStackTraceProgram::print(raw_ostream &OS) const {
|
||||
OS << "Program arguments: ";
|
||||
// Print the argument list.
|
||||
for (unsigned i = 0, e = ArgC; i != e; ++i)
|
||||
OS << ArgV[i] << ' ';
|
||||
OS << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user