GDB (xrefs)
|
Classes | |
class | HandleNasmComments |
Functions | |
get_formatter () | |
colorize (filename, contents) | |
__get_asm_lexer (gdbarch) | |
colorize_disasm (content, gdbarch) | |
Variables | |
_formatter = None | |
_asm_lexers | |
Utilities for styling.
|
private |
Definition at line 65 of file styling.py.
Referenced by gdb.styling.colorize_disasm(), and gdb.styling.HandleNasmComments.filter().
gdb.styling.colorize | ( | filename, | |
contents ) |
Definition at line 34 of file styling.py.
References gdb.styling.get_formatter().
gdb.styling.colorize_disasm | ( | content, | |
gdbarch ) |
Definition at line 86 of file styling.py.
References gdb.styling.__get_asm_lexer(), and gdb.styling.get_formatter().
gdb.styling.get_formatter | ( | ) |
Definition at line 28 of file styling.py.
Referenced by gdb.styling.colorize(), gdb.styling.colorize_disasm(), and gdb.styling.HandleNasmComments.filter().
|
protected |
Definition at line 63 of file styling.py.
|
protected |
Definition at line 26 of file styling.py.