OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdbserver_exit
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_gdbserver.h
60
// If connected to GDB, VG_(
gdbserver_exit
) reports to GDB that the process
63
void VG_(
gdbserver_exit
) (ThreadId tid, VgSchedReturnCode tids_schedretcode);
m_libcassert.c
253
VG_(
gdbserver_exit
) (atid,
m_main.c
[
all
...]
/external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c
976
void VG_(
gdbserver_exit
) (ThreadId tid, VgSchedReturnCode tids_schedretcode)
function
978
dlog(1, "VG core calling VG_(
gdbserver_exit
) tid %d will exit\n", tid);
[
all
...]
Completed in 2286 milliseconds