Home
last modified time | relevance | path

Searched refs:itob (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/customization/bin-utils/
H A DREADME6 following commands: 'itob' and 'utob'.
10 Python module which provides implementation for the 'itob' and 'utob' commands.
19 file imports the utils Python module and adds the 'itob' and 'utob' commands.
22 (lldb) help itob
27 Syntax: itob
28 (lldb) itob -5 4
30 (lldb) itob -5 32 v
H A D.lldbinit4 command script add -f binutils.itob itob
H A Dbinutils.py95 def itob(debugger, command_line, result, dict): function
107 print(itob.__doc__)