[lldb-dev] What is argdumper?
jingham at apple.com
jingham at apple.com
Tue Feb 17 13:47:12 PST 2015
> On Feb 17, 2015, at 1:45 PM, jingham at apple.com wrote:
>
> To debug it correctly they want to run it through their shell to get the arguments expanded correctly. Traditionally the debugger handled this by something like:
>
Should have said "Traditionally the debugger handled this by instead debugging a command of the form:"
> /bin/sh -c 'exec my_program *.c'
>
Jim
More information about the lldb-dev
mailing list