Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
examples
/
python
/
operating_system.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
8d1d252
Remove a print statement that was left in accidentally.
by Greg Clayton
· 12 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
a4d8747
<rdar://problem/13010007>
by Greg Clayton
· 13 years ago
89f255e
Updated documentation on the "register_data_addr" key that can be supplied in the "thread" dictionary return value for the python OS plug-ins.
by Greg Clayton
· 13 years ago
ead45e0
Allow operating system plug-ins to specify the address for registers so we don't have to create data up front.
by Greg Clayton
· 13 years ago
c9d645d
<rdar://problem/12491420>
by Greg Clayton
· 13 years ago
b28179bb
Added some documentation and an accessor for the target with an explanation of why to not use "lldb.target".
by Greg Clayton
· 13 years ago
435ce13
The OS plug-in can now get data from a python script that implements the protocol.
by Greg Clayton
· 13 years ago
a83b6cf
We have a partially working OS plug-in through python!
by Greg Clayton
· 13 years ago
b710b8d
Fixing an issue in the OS sample
by Enrico Granata
· 13 years ago
2443cbd
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centralized the parsing of the string to encoding and string to generic register.
by Greg Clayton
· 13 years ago