Home
last modified time | relevance | path

Searched refs:debug_data_buffer (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/emu/debug/
H A Ddebugbuf.h26 class debug_data_buffer : public util::disasm_interface::data_buffer
29 debug_data_buffer(util::disasm_interface const &intf);
30 ~debug_data_buffer() = default;
38 void set_source(debug_data_buffer &back, bool opcode);
60 debug_data_buffer *m_back;
87 debug_data_buffer m_buf_raw, m_buf_opcodes, m_buf_params;
H A Ddebugbuf.cpp9 debug_disasm_buffer::debug_data_buffer::debug_data_buffer(util::disasm_interface const &intf) : m_i… in debug_data_buffer() function in debug_disasm_buffer::debug_data_buffer
18 bool debug_disasm_buffer::debug_data_buffer::active() const in active()
23 void debug_disasm_buffer::debug_data_buffer::set_source(address_space &space) in set_source()
29 void debug_disasm_buffer::debug_data_buffer::set_source(debug_data_buffer &back, bool opcode) in set_source()
36 u8 debug_disasm_buffer::debug_data_buffer::r8 (offs_t pc) const in r8()
41 u16 debug_disasm_buffer::debug_data_buffer::r16(offs_t pc) const in r16()
46 u32 debug_disasm_buffer::debug_data_buffer::r32(offs_t pc) const in r32()
51 u64 debug_disasm_buffer::debug_data_buffer::r64(offs_t pc) const in r64()
56 address_space *debug_disasm_buffer::debug_data_buffer::get_underlying_space() const in get_underlying_space()
61 void debug_disasm_buffer::debug_data_buffer::fill(offs_t lstart, offs_t size) const in fill()
[all …]
/dports/emulators/mame/mame-mame0226/src/emu/debug/
H A Ddebugbuf.h26 class debug_data_buffer : public util::disasm_interface::data_buffer
29 debug_data_buffer(util::disasm_interface const &intf);
30 ~debug_data_buffer() = default;
38 void set_source(debug_data_buffer &back, bool opcode);
60 debug_data_buffer *m_back;
87 debug_data_buffer m_buf_raw, m_buf_opcodes, m_buf_params;
H A Ddebugbuf.cpp9 debug_disasm_buffer::debug_data_buffer::debug_data_buffer(util::disasm_interface const &intf) : m_i… in debug_data_buffer() function in debug_disasm_buffer::debug_data_buffer
18 bool debug_disasm_buffer::debug_data_buffer::active() const in active()
23 void debug_disasm_buffer::debug_data_buffer::set_source(address_space &space) in set_source()
29 void debug_disasm_buffer::debug_data_buffer::set_source(debug_data_buffer &back, bool opcode) in set_source()
36 u8 debug_disasm_buffer::debug_data_buffer::r8 (offs_t pc) const in r8()
41 u16 debug_disasm_buffer::debug_data_buffer::r16(offs_t pc) const in r16()
46 u32 debug_disasm_buffer::debug_data_buffer::r32(offs_t pc) const in r32()
51 u64 debug_disasm_buffer::debug_data_buffer::r64(offs_t pc) const in r64()
56 address_space *debug_disasm_buffer::debug_data_buffer::get_underlying_space() const in get_underlying_space()
61 void debug_disasm_buffer::debug_data_buffer::fill(offs_t lstart, offs_t size) const in fill()
[all …]
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_client.c204 solr_string_init(&(sch->debug_data_buffer)); in solr_init_handle()
306 solr_string_appends(&(sch->debug_data_buffer), debug_data, size); in solr_curl_debug_callback()
318 solr_string_free(&sch->debug_data_buffer); in solr_curl_request_reset()
549 solr_string_free(&((sch)->debug_data_buffer)); in solr_free_handle()
H A Dsolr_types.h182 solr_string_t debug_data_buffer; /* Stores all the debug data */ member
H A Dphp_solr_client.c1914 if (!handle->debug_data_buffer.len) in PHP_METHOD()
1919 RETVAL_STRINGL(handle->debug_data_buffer.str, handle->debug_data_buffer.len); in PHP_METHOD()