Lines Matching refs:LLDB
14 The Intel(R) Processor Trace Tool is developed on top of LLDB and provides its
16 Intel(R) Processor Trace hardware feature implementation inside LLDB for this
33 1. Raw Trace Collection from LLDB
35 can be started on the application being debugged with LLDB. The generated
36 trace of the application is gathered inside LLDB and is collected by the
37 Tool from LLDB through LLDB's public API.
44 information from LLDB public API and provide it to "libipt". More
63 raw trace of an application from LLDB. This hardware feature may not be
71 machine where the application is running and being debugged by LLDB. This
89 while building LLDB with cmake. The following cmake flags need to be provided to
121 LLDB's command line. Please refer to README_CLI.txt file for command line usage.
129 (implemented inside LLDB) to gather trace data for an inferior (being
130 debugged with LLDB) to provide meaningful information out of it. Currently
167 machine, inside LLDB is configured as a cyclic buffer. Hence,
169 overwrites may happen while LLDB writes trace data into it.
174 by LLDB and detailed information about CUSTOM_OPTIONS usage,
196 LLDB's current implementation of Intel(R) Processor Trace
247 after decoding the complete raw trace data obtained from LLDB.