HomeSort by: relevance | last modified time | path
    Searched defs:m_di (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
disasm.h 51 { return &m_di; }
55 /* Types for the function callbacks within m_di. The actual function
69 /* Constructor, many fields in m_di are initialized from GDBARCH. The
70 remaining arguments are function callbacks that are written into m_di.
73 PRINT_ADDRESS_FUNC are nullptr, then that field within m_di is left
88 struct disassemble_info m_di; member in struct:gdb_disassemble_info
94 /* If we own the string in `m_di.disassembler_options', we do so
346 m_di (gdbarch, &m_insn_stb)
356 struct gdbarch *arch () { return m_di.arch (); }
366 gdb_disassembler m_di; member in class:gdb_pretty_print_disassembler
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
disasm.h 50 { return &m_di; }
54 /* Types for the function callbacks within m_di. The actual function
68 /* Constructor, many fields in m_di are initialized from GDBARCH. The
69 remaining arguments are function callbacks that are written into m_di.
72 PRINT_ADDRESS_FUNC are nullptr, then that field within m_di is left
87 struct disassemble_info m_di; member in struct:gdb_disassemble_info
93 /* If we own the string in `m_di.disassembler_options', we do so
345 m_di (gdbarch, &m_insn_stb)
355 struct gdbarch *arch () { return m_di.arch (); }
365 gdb_disassembler m_di; member in class:gdb_pretty_print_disassembler
    [all...]

Completed in 24 milliseconds