• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/

Lines Matching refs:after

197   uint32_t m_resume_count; // How many times do we resume after launching
845 /// Whether to release the run lock after the stop.
978 /// Called after attaching a process.
981 /// If you can figure out the process architecture after attach, fill it
984 /// Allow Process plug-ins to execute some code after attaching to a
988 /// Called after a process re-execs itself.
990 /// Allow Process plug-ins to execute some code after a process has exec'ed
997 /// anything after a process exec's itself.
1033 /// Called after launching a process.
1035 /// Allow Process plug-ins to execute some code after launching a process.
1069 /// Called after resuming a process.
1071 /// Allow Process plug-ins to execute some code after resuming a process.
1105 /// Called after halting a process.
1107 /// Allow Process plug-ins to execute some code after halting a process.
1132 /// Called after detaching from a process.
1134 /// Allow Process plug-ins to execute some code after detaching from a
1171 /// Called after sending a signal to a process.
1173 /// Allow Process plug-ins to execute some code after sending a signal to a
1224 /// This function can be called after a world changing event like adding a
1225 /// new symbol file, or after the process makes a large context switch (from
1705 /// a given memory allocation can't be changed after allocation. Note
1729 /// a given memory allocation can't be changed after allocation. Note
1807 virtual Status GetWatchpointSupportInfo(uint32_t &num, bool &after) {
1810 after = true;
2111 // function releases the run lock after the stop. Setting use_run_lock to
2601 // HandleBeingUnshipped called after it is discarded.)