% lldb /bin/echo (lldb) r 1 2 3 (lldb) r You get "1", "2", and "3" as arguments in the next re-run when no args are specified. This is behavior we do to match what GDB did and we need to test that we don't regress on it. <rdar://problem/20300941> llvm-svn: 233236
6 lines
72 B
C++
6 lines
72 B
C++
int
|
|
main (int argc, char const **argv)
|
|
{
|
|
return 0; // break here
|
|
}
|