Home
last modified time | relevance | path

Searched defs:dbg (Results 1 – 25 of 2551) sorted by relevance

12345678910>>...103

/dports/devel/radare2/radare2-5.1.1/libr/debug/
H A Ddebug.c34 R_API void r_debug_bp_update(RDebug *dbg) { in r_debug_bp_update()
45 static int r_debug_drx_at(RDebug *dbg, ut64 addr) { in r_debug_drx_at()
194 static int r_debug_bps_enable(RDebug *dbg) { in r_debug_bps_enable()
349 RDebug *dbg = R_NEW0 (RDebug); in r_debug_new() local
410 R_API RDebug *r_debug_free(RDebug *dbg) { in r_debug_free()
452 R_API int r_debug_stop(RDebug *dbg) { in r_debug_stop()
784 R_API int r_debug_step_soft(RDebug *dbg) { in r_debug_step_soft()
1316 R_API int r_debug_continue(RDebug *dbg) { in r_debug_continue()
1601 R_API int r_debug_child_fork(RDebug *dbg) { in r_debug_child_fork()
1613 R_API bool r_debug_is_dead(RDebug *dbg) { in r_debug_is_dead()
[all …]
H A Ddsignal.c53 R_API void r_debug_signal_init(RDebug *dbg) { in r_debug_signal_init()
65 RDebug *dbg = (RDebug *)p; in siglistcb() local
90 RDebug *dbg = (RDebug *)p; in siglistjsoncb() local
111 R_API void r_debug_signal_list(RDebug *dbg, int mode) { in r_debug_signal_list()
131 R_API int r_debug_signal_send(RDebug *dbg, int num) { in r_debug_signal_send()
135 R_API void r_debug_signal_setup(RDebug *dbg, int num, int opt) { in r_debug_signal_setup()
139 R_API int r_debug_signal_what(RDebug *dbg, int num) { in r_debug_signal_what()
145 R_API int r_debug_signal_set(RDebug *dbg, int num, ut64 addr) { in r_debug_signal_set()
152 R_API RList *r_debug_kill_list(RDebug *dbg) { in r_debug_kill_list()
159 R_API int r_debug_kill_setup(RDebug *dbg, int sig, int action) { in r_debug_kill_setup()
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/
H A Ddebug_esil.c17 static int __esil_step_over(RDebug *dbg) { in __esil_step_over()
22 static int __esil_step(RDebug *dbg) { in __esil_step()
48 static int __esil_init(RDebug *dbg) { in __esil_init()
55 static int __esil_continue(RDebug *dbg, int pid, int tid, int sig) { in __esil_continue()
60 static int __esil_continue_syscall(RDebug *dbg, int pid, int num) { in __esil_continue_syscall()
65 static int __esil_wait(RDebug *dbg, int pid) { in __esil_wait()
70 static int __esil_attach(RDebug *dbg, int pid) { in __esil_attach()
87 static int __esil_detach(RDebug *dbg, int pid) { in __esil_detach()
92 static char *__esil_reg_profile(RDebug *dbg) { in __esil_reg_profile()
119 static bool __esil_kill(RDebug *dbg, int pid, int tid, int sig) { in __esil_kill()
[all …]
H A Ddebug_native.c95 static int r_debug_handle_signals(RDebug *dbg) { in r_debug_handle_signals()
108 static char *r_debug_native_reg_profile (RDebug *dbg) { in r_debug_native_reg_profile()
120 static int r_debug_native_step (RDebug *dbg) { in r_debug_native_step()
138 static int r_debug_native_attach (RDebug *dbg, int pid) { in r_debug_native_attach()
164 static int r_debug_native_detach (RDebug *dbg, int pid) { in r_debug_native_detach()
205 static void interrupt_process(RDebug *dbg) { in interrupt_process()
211 static int r_debug_native_stop(RDebug *dbg) { in r_debug_native_stop()
588 static RList *r_debug_native_pids(RDebug *dbg, int pid) {
981 static RList *r_debug_native_map_get (RDebug *dbg) {
1214 static int r_debug_native_init (RDebug *dbg) {
[all …]
H A Ddebug_winkd.c23 static int r_debug_winkd_step(RDebug *dbg) { in r_debug_winkd_step()
52 static int r_debug_winkd_continue(RDebug *dbg, int pid, int tid, int sig) { in r_debug_winkd_continue()
56 static RDebugReasonType r_debug_winkd_wait(RDebug *dbg, int pid) { in r_debug_winkd_wait()
90 static int r_debug_winkd_attach(RDebug *dbg, int pid) { in r_debug_winkd_attach()
120 static int r_debug_winkd_detach(RDebug *dbg, int pid) { in r_debug_winkd_detach()
125 static char *r_debug_winkd_reg_profile(RDebug *dbg) { in r_debug_winkd_reg_profile()
157 static int r_debug_winkd_init(RDebug *dbg) { in r_debug_winkd_init()
161 static RList *r_debug_winkd_pids(RDebug *dbg, int pid) { in r_debug_winkd_pids()
190 static int r_debug_winkd_select(RDebug *dbg, int pid, int tid) { in r_debug_winkd_select()
205 static RList *r_debug_winkd_threads(RDebug *dbg, int pid) { in r_debug_winkd_threads()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/
H A Denv_timed.cc25 IODebugContext* dbg) override { in NewSequentialFile()
40 IODebugContext* dbg) override { in NewWritableFile()
57 IODebugContext* dbg) override { in NewRandomRWFile()
64 IODebugContext* dbg) override { in NewDirectory()
70 IODebugContext* dbg) override { in FileExists()
77 IODebugContext* dbg) override { in GetChildren()
92 IODebugContext* dbg) override { in DeleteFile()
98 IODebugContext* dbg) override { in CreateDir()
111 IODebugContext* dbg) override { in DeleteDir()
150 IODebugContext* dbg) override { in UnlockFile()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/
H A Denv_timed.cc25 IODebugContext* dbg) override { in NewSequentialFile()
40 IODebugContext* dbg) override { in NewWritableFile()
57 IODebugContext* dbg) override { in NewRandomRWFile()
64 IODebugContext* dbg) override { in NewDirectory()
70 IODebugContext* dbg) override { in FileExists()
77 IODebugContext* dbg) override { in GetChildren()
92 IODebugContext* dbg) override { in DeleteFile()
98 IODebugContext* dbg) override { in CreateDir()
111 IODebugContext* dbg) override { in DeleteDir()
150 IODebugContext* dbg) override { in UnlockFile()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/
H A Denv_timed.cc25 IODebugContext* dbg) override { in NewSequentialFile()
40 IODebugContext* dbg) override { in NewWritableFile()
57 IODebugContext* dbg) override { in NewRandomRWFile()
64 IODebugContext* dbg) override { in NewDirectory()
70 IODebugContext* dbg) override { in FileExists()
77 IODebugContext* dbg) override { in GetChildren()
92 IODebugContext* dbg) override { in DeleteFile()
98 IODebugContext* dbg) override { in CreateDir()
111 IODebugContext* dbg) override { in DeleteDir()
150 IODebugContext* dbg) override { in UnlockFile()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/
H A Denv_timed.cc25 IODebugContext* dbg) override { in NewSequentialFile()
40 IODebugContext* dbg) override { in NewWritableFile()
57 IODebugContext* dbg) override { in NewRandomRWFile()
64 IODebugContext* dbg) override { in NewDirectory()
70 IODebugContext* dbg) override { in FileExists()
77 IODebugContext* dbg) override { in GetChildren()
92 IODebugContext* dbg) override { in DeleteFile()
98 IODebugContext* dbg) override { in CreateDir()
111 IODebugContext* dbg) override { in DeleteDir()
150 IODebugContext* dbg) override { in UnlockFile()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/
H A Denv_timed.cc25 IODebugContext* dbg) override { in NewSequentialFile()
40 IODebugContext* dbg) override { in NewWritableFile()
57 IODebugContext* dbg) override { in NewRandomRWFile()
64 IODebugContext* dbg) override { in NewDirectory()
70 IODebugContext* dbg) override { in FileExists()
77 IODebugContext* dbg) override { in GetChildren()
92 IODebugContext* dbg) override { in DeleteFile()
98 IODebugContext* dbg) override { in CreateDir()
111 IODebugContext* dbg) override { in DeleteDir()
150 IODebugContext* dbg) override { in UnlockFile()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/util/
H A Dclangdebug.cpp20 QDebug operator<<(QDebug dbg, CXString string) in operator <<()
26 QDebug operator<<(QDebug dbg, CXSourceLocation location) in operator <<()
32 QDebug operator<<(QDebug dbg, CXSourceRange range) in operator <<()
38 QDebug operator<<(QDebug dbg, CXCursor cursor) in operator <<()
43 QDebug operator<<(QDebug dbg, CXCursorKind kind) in operator <<()
48 QDebug operator<<(QDebug dbg, CXType type) in operator <<()
53 QDebug operator<<(QDebug dbg, CXTypeKind typeKind) in operator <<()
/dports/emulators/tilem/tilem-2.0/gui/
H A Ddebugger.c154 TilemDebugger *dbg = data; in action_run() local
163 TilemDebugger *dbg = data; in action_pause() local
187 TilemDebugger *dbg = data; in bptest_step_over() local
278 TilemDebugger *dbg = data; in post_resume_refresh() local
300 TilemDebugger *dbg = data; in action_step() local
315 TilemDebugger *dbg = data; in action_step_over() local
337 TilemDebugger *dbg = data; in action_finish() local
358 TilemDebugger *dbg = data; in action_toggle_breakpoint() local
369 TilemDebugger *dbg = data; in action_edit_breakpoints() local
376 TilemDebugger *dbg = data; in action_close() local
[all …]
/dports/multimedia/libhdhomerun/libhdhomerun/
H A Dhdhomerun_debug.c93 void hdhomerun_debug_destroy(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_destroy()
124 static void hdhomerun_debug_close_internal(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_close_internal()
137 void hdhomerun_debug_close(struct hdhomerun_debug_t *dbg, uint64_t timeout) in hdhomerun_debug_close()
186 void hdhomerun_debug_set_prefix(struct hdhomerun_debug_t *dbg, const char *prefix) in hdhomerun_debug_set_prefix()
206 void hdhomerun_debug_enable(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_enable()
219 void hdhomerun_debug_disable(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_disable()
228 bool hdhomerun_debug_enabled(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_enabled()
237 void hdhomerun_debug_flush(struct hdhomerun_debug_t *dbg, uint64_t timeout) in hdhomerun_debug_flush()
258 void hdhomerun_debug_printf(struct hdhomerun_debug_t *dbg, const char *fmt, ...) in hdhomerun_debug_printf()
412 static void hdhomerun_debug_pop_and_free_message(struct hdhomerun_debug_t *dbg) in hdhomerun_debug_pop_and_free_message()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/env/
H A Dcomposite_env.cc28 IODebugContext dbg; in Read() local
42 IODebugContext dbg; in PositionedRead() local
59 IODebugContext dbg; in Read() local
64 IODebugContext dbg; in MultiRead() local
84 IODebugContext dbg; in Prefetch() local
289 IODebugContext dbg; in NewSequentialFile() local
303 IODebugContext dbg; in NewRandomAccessFile() local
317 IODebugContext dbg; in NewWritableFile() local
330 IODebugContext dbg; in ReopenWritableFile() local
345 IODebugContext dbg; in ReuseWritableFile() local
[all …]
H A Dfs_remap.cc84 IODebugContext* dbg) { in ReuseWritableFile()
112 IODebugContext* dbg) { in NewDirectory()
123 IODebugContext* dbg) { in FileExists()
135 IODebugContext* dbg) { in GetChildren()
157 IODebugContext* dbg) { in DeleteFile()
168 IODebugContext* dbg) { in CreateDir()
189 IODebugContext* dbg) { in DeleteDir()
235 IODebugContext* dbg) { in RenameFile()
252 IODebugContext* dbg) { in LinkFile()
268 IODebugContext* dbg) { in LockFile()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/env/
H A Dcomposite_env.cc28 IODebugContext dbg; in Read() local
42 IODebugContext dbg; in PositionedRead() local
59 IODebugContext dbg; in Read() local
64 IODebugContext dbg; in MultiRead() local
84 IODebugContext dbg; in Prefetch() local
289 IODebugContext dbg; in NewSequentialFile() local
303 IODebugContext dbg; in NewRandomAccessFile() local
317 IODebugContext dbg; in NewWritableFile() local
330 IODebugContext dbg; in ReopenWritableFile() local
345 IODebugContext dbg; in ReuseWritableFile() local
[all …]
H A Dfs_remap.cc84 IODebugContext* dbg) { in ReuseWritableFile()
112 IODebugContext* dbg) { in NewDirectory()
123 IODebugContext* dbg) { in FileExists()
135 IODebugContext* dbg) { in GetChildren()
157 IODebugContext* dbg) { in DeleteFile()
168 IODebugContext* dbg) { in CreateDir()
189 IODebugContext* dbg) { in DeleteDir()
235 IODebugContext* dbg) { in RenameFile()
252 IODebugContext* dbg) { in LinkFile()
268 IODebugContext* dbg) { in LockFile()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/env/
H A Dcomposite_env.cc28 IODebugContext dbg; in Read() local
42 IODebugContext dbg; in PositionedRead() local
59 IODebugContext dbg; in Read() local
64 IODebugContext dbg; in MultiRead() local
84 IODebugContext dbg; in Prefetch() local
289 IODebugContext dbg; in NewSequentialFile() local
303 IODebugContext dbg; in NewRandomAccessFile() local
317 IODebugContext dbg; in NewWritableFile() local
330 IODebugContext dbg; in ReopenWritableFile() local
345 IODebugContext dbg; in ReuseWritableFile() local
[all …]
H A Dfs_remap.cc84 IODebugContext* dbg) { in ReuseWritableFile()
112 IODebugContext* dbg) { in NewDirectory()
123 IODebugContext* dbg) { in FileExists()
135 IODebugContext* dbg) { in GetChildren()
157 IODebugContext* dbg) { in DeleteFile()
168 IODebugContext* dbg) { in CreateDir()
189 IODebugContext* dbg) { in DeleteDir()
235 IODebugContext* dbg) { in RenameFile()
252 IODebugContext* dbg) { in LinkFile()
268 IODebugContext* dbg) { in LockFile()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/env/
H A Dcomposite_env.cc28 IODebugContext dbg; in Read() local
42 IODebugContext dbg; in PositionedRead() local
59 IODebugContext dbg; in Read() local
64 IODebugContext dbg; in MultiRead() local
84 IODebugContext dbg; in Prefetch() local
289 IODebugContext dbg; in NewSequentialFile() local
303 IODebugContext dbg; in NewRandomAccessFile() local
317 IODebugContext dbg; in NewWritableFile() local
330 IODebugContext dbg; in ReopenWritableFile() local
345 IODebugContext dbg; in ReuseWritableFile() local
[all …]
H A Dfs_remap.cc84 IODebugContext* dbg) { in ReuseWritableFile()
112 IODebugContext* dbg) { in NewDirectory()
123 IODebugContext* dbg) { in FileExists()
135 IODebugContext* dbg) { in GetChildren()
157 IODebugContext* dbg) { in DeleteFile()
168 IODebugContext* dbg) { in CreateDir()
189 IODebugContext* dbg) { in DeleteDir()
235 IODebugContext* dbg) { in RenameFile()
252 IODebugContext* dbg) { in LinkFile()
268 IODebugContext* dbg) { in LockFile()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/env/
H A Dcomposite_env.cc28 IODebugContext dbg; in Read() local
42 IODebugContext dbg; in PositionedRead() local
59 IODebugContext dbg; in Read() local
64 IODebugContext dbg; in MultiRead() local
84 IODebugContext dbg; in Prefetch() local
289 IODebugContext dbg; in NewSequentialFile() local
303 IODebugContext dbg; in NewRandomAccessFile() local
317 IODebugContext dbg; in NewWritableFile() local
330 IODebugContext dbg; in ReopenWritableFile() local
345 IODebugContext dbg; in ReuseWritableFile() local
[all …]
H A Dfs_remap.cc84 IODebugContext* dbg) { in ReuseWritableFile()
112 IODebugContext* dbg) { in NewDirectory()
123 IODebugContext* dbg) { in FileExists()
135 IODebugContext* dbg) { in GetChildren()
157 IODebugContext* dbg) { in DeleteFile()
168 IODebugContext* dbg) { in CreateDir()
189 IODebugContext* dbg) { in DeleteDir()
235 IODebugContext* dbg) { in RenameFile()
252 IODebugContext* dbg) { in LinkFile()
268 IODebugContext* dbg) { in LockFile()
[all …]
/dports/multimedia/phonon/phonon-4.11.1/phonon/
H A Dphononnamespace.cpp86 QDebug operator <<(QDebug dbg, const Phonon::DiscType &type) in operator <<()
108 QDebug operator <<(QDebug dbg, const Phonon::MetaData &metaData) in operator <<()
139 QDebug operator <<(QDebug dbg, const Phonon::State &state) in operator <<()
164 QDebug operator <<(QDebug dbg, const Phonon::Category &category) in operator <<()
170 QDebug operator <<(QDebug dbg, const Phonon::CaptureCategory &category) in operator <<()
176 QDebug operator <<(QDebug dbg, const Phonon::Capture::DeviceType &type) in operator <<()
189 QDebug operator <<(QDebug dbg, const Phonon::ErrorType &errorType) in operator <<()
/dports/multimedia/phonon-designerplugin/phonon-4.11.1/phonon/
H A Dphononnamespace.cpp86 QDebug operator <<(QDebug dbg, const Phonon::DiscType &type) in operator <<()
108 QDebug operator <<(QDebug dbg, const Phonon::MetaData &metaData) in operator <<()
139 QDebug operator <<(QDebug dbg, const Phonon::State &state) in operator <<()
164 QDebug operator <<(QDebug dbg, const Phonon::Category &category) in operator <<()
170 QDebug operator <<(QDebug dbg, const Phonon::CaptureCategory &category) in operator <<()
176 QDebug operator <<(QDebug dbg, const Phonon::Capture::DeviceType &type) in operator <<()
189 QDebug operator <<(QDebug dbg, const Phonon::ErrorType &errorType) in operator <<()

12345678910>>...103