Lines Matching refs:debugging
4 Remote debugging refers to the act of debugging a process which is running on a
9 To enable remote debugging, LLDB employs a client-server architecture. The
16 advanced debugging operations, like copying files from/to the remote system and
19 In order to reduce code complexity and improve remote debugging experience LLDB
20 on Linux and macOS uses the remote debugging stub even when debugging a process
23 debugging this whole process is transparent to the user. The platform binary is
32 While the process of actual debugging (stepping, backtraces, evaluating
33 expressions) is same as in the local case, in the case of remote debugging,
51 remote debugging. You can either compile on the remote system directly or copy
75 debugging. This is achieved through the platform command and its sub-commands.
100 The default platform is the platform host which is used for local debugging.
101 Apart from this, the list should contain a number of plug-ins, for debugging