[LangRef] Fix code segment and numbering issue in the 'call' instruction section...
[llvm-project.git] / lldb / test / API / commands / command / script / py_import
blob4372d32b0ad11af216775fdf7f0a50555c80c499
1 script import sys, os
2 script sys.path.append(os.path.join(os.getcwd(), os.pardir))
3 script import welcome
4 script import bug11569
5 command script add welcome --class welcome.WelcomeCommand
6 command script add targetname --class welcome.TargetnameCommand
7 command script add longwait --function welcome.print_wait_impl
8 command script import mysto.py --allow-reload
9 command script add tell_sync --function welcome.check_for_synchro --synchronicity sync
10 command script add tell_async --function welcome.check_for_synchro --synchronicity async
11 command script add tell_curr --function welcome.check_for_synchro --synchronicity curr
12 command script add takes_exe_ctx --function welcome.takes_exe_ctx
13 command script import decorated.py
16 command script import callables.py
18 command script add -f callables.foobar foobar
19 command script add -f callables.foobar4 foobar4
20 command script add -f callables.vfoobar vfoobar
21 command script add -f callables.v5foobar v5foobar
23 command script add -f callables.FooBar.sfoobar sfoobar
24 command script add -f callables.FooBar.cfoobar cfoobar
25 command script add -f callables.FooBarObj.ifoobar ifoobar
27 command script add -f callables.FooBar.sfoobar4 sfoobar4
28 command script add -f callables.FooBar.cfoobar4 cfoobar4
29 command script add -f callables.FooBarObj.ifoobar4 ifoobar4
31 command script add -f callables.FooBarObj ofoobar
32 command script add -f callables.FooBar4Obj ofoobar4