MCPcopy Create free account
hub / github.com/apache/brpc / bthread_end

Function bthread_end

tools/lldb_bthread_stack.py:318–325  ·  view source on GitHub ↗

r"""exit bthread debug mode

(debugger, command, result, internal_dict)

Source from the content-addressed store, hash-verified

316
317
318def bthread_end(debugger, command, result, internal_dict):
319 r"""exit bthread debug mode"""
320 if not global_state.started:
321 print("Not in bthread debug mode")
322 return
323 bthread_reg_restore(debugger, command, result, internal_dict)
324 global_state.reset()
325 print("Exit bthread debug mode")
326
327
328# And the initialization code to add commands.

Callers

nothing calls this directly

Calls 2

bthread_reg_restoreFunction · 0.85
resetMethod · 0.45

Tested by

no test coverage detected