Lines Matching defs:on
201 // detach rather than killing the target on error.
287 void SetRunningUserExpression(bool on) {
288 if (on)
294 void SetRunningUtilityFunction(bool on) {
295 if (on)
376 // We use a read/write lock to allow on or more clients to access the process
554 /// \a module. If the Process plug-in instance can debug a file on the
889 /// If true, don't resume the process on detach.
979 /// Information on how to do the attach. For example, GetUserID()
1000 /// Information on how to do the attach. For example, GetUserID()
1226 /// that the process is running on. The current platform should be checked
1300 /// This method is used on pre-macOS 10.12, pre-iOS 10, pre-tvOS 10, pre-
1349 // libraries that are loaded at the same location for all processes on a
1357 // On Darwin systems, libdyld can report on process state, most importantly
1506 /// user can reconstruct the "state" by simply re-running the debugger on
1721 /// can't rely on the generic function calling mechanism, since that
1744 /// can't rely on the generic function calling mechanism, since that
1751 /// Or together any of the lldb::Permissions bits. The permissions on
1753 /// that a block that isn't set writable can still be written on from
1768 /// can't rely on the generic function calling mechanism, since that
1775 /// Or together any of the lldb::Permissions bits. The permissions on
1777 /// that a block that isn't set writable can still be written on from
1899 /// on this target; retrieve this value if possible.
2304 /// then call this with that listener. Then you will have to wait on that
2412 /// Call this to set the lldb in the mode where it breaks on new thread
2431 void SetRunningUserExpression(bool on);
2432 void SetRunningUtilityFunction(bool on);
2559 /// Find the next branch instruction to set a breakpoint on
2562 /// through each instruction, we can put a breakpoint on the next branch
2615 /// will come in on the structured data event bit
2692 /// Responses might be different depending on the architecture and
2732 /// A JSON object string with custom data depending on the trace
2861 // NextEventAction provides a way to register an action on the next event
2951 /// calls the following method on the StructuredDataPlugin
3077 /// generated, cleared on natural stops
3209 // called function on the primary private state thread.