Home
last modified time | relevance | path

Searched defs:exc_data (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
Dreporter.py28 def format_date(self, exc_data): argument
31 def format_html(self, exc_data, **kw): argument
34 def format_text(self, exc_data, **kw): argument
47 def report(self, exc_data): argument
72 def assemble_email(self, exc_data): argument
111 def report(self, exc_data): argument
129 def report(self, exc_data): argument
136 def __init__(self, exc_data): argument
Dformatter.py31 def format_collected_data(self, exc_data): argument
440 def format_html(exc_data, include_hidden_frames=False, **ops): argument
468 def format_text(exc_data, **ops): argument
Derrormiddleware.py424 def send_report(rep, exc_data, html=True): argument
/external/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp87 const mach_exception_data_t exc_data, in catch_mach_exception_raise_state()
116 mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
151 mach_exception_data_t exc_data, in catch_mach_exception_raise()
DMachException.h54 std::vector<mach_exception_data_type_t> exc_data; member
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/
Dmiddleware.py372 def __init__(self, counter, exc_info, exc_data, base_path, argument
490 def format_eval_html(exc_data, base_path, counter): argument
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1452 std::vector<addr_t> exc_data; in SetThreadStopInfo() local