Records
Functions
-
std::vector<unwinder::Frame> get_frames (FILE * f, zx_handle_t process, zx_handle_t thread)Defined at line 96 of file ../../zircon/system/ulib/inspector/backtrace.cc
-
void print_markup_context (FILE * f, zx_handle_t process, std::vector<uint64_t> pcs)If |pcs| is non-empty, only print modules containing a frame from |pcs|. However, this should
only be used in certain situations. See https://fxbug.dev/42076491.
Defined at line 115 of file ../../zircon/system/ulib/inspector/backtrace.cc
-
bool inspector_get_gwp_asan_info (const zx::process & processconst zx_exception_report_t & exception_reportGwpAsanInfo * info)Get the GWP-ASan info from the given process and thread.
Returns a boolean indicating whether the read is successful. If it returns true, |info| is filled
with the appropriate information. If it returns false, possibilities are
* the process is not available for read.
* there's no libc.so, or no GWP-ASan note in the libc.so.
* GWP-ASan is not enabled.
Defined at line 19 of file ../../zircon/system/ulib/inspector/gwp-asan.cc