Hi 

 

To set up a run argument, based on the document, it should be

Settings set target.run-args  , like gdb set args

 

However, no matter how, I cannot set my argument to –Xxm100M

I tried 

Settings set target.run-args –Xxm100M

Lldb: invalid option – X

 

I also tried

Settings set target.run-args “-Xxm100M”

Doesn’t work.

 

Could somebody let me know how to correctly set an argument.

 

On gdb, if we run

Set args

This means no argument 

However, under lldb

Settings set target.run-args 

It will report an error

 

Is this a good behavior?

 

Thanks,

 

Yin 

_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to