DerekSelander / LLDB

A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
GNU General Public License v2.0
1.77k stars 198 forks source link

command alias p/x #3

Closed Stark1937 closed 6 years ago

Stark1937 commented 7 years ago

hi,i see the command alias like command alias reload_lldbinit command source ~/.lldbinit.

now I'd like to command alias 1 p/x $x1 .....

but it note: error: invalid command given to 'command alias'. 'p/x $x1' does not begin with a valid command. No alias created.

can you help me?