10 #ifndef LLDB_SBProcess_h_
11 #define LLDB_SBProcess_h_
44 SBProcess (
const lldb::ProcessSP &process_sp);
71 PutSTDIN (
const char *src,
size_t src_len);
74 GetSTDOUT (
char *dst,
size_t dst_len)
const;
77 GetSTDERR (
char *dst,
size_t dst_len)
const;
100 const char *stdin_path,
101 const char *stdout_path,
102 const char *stderr_path,
103 const char *working_directory,
104 uint32_t launch_flags,
209 Detach (
bool keep_stopped);
218 GetStopID(
bool include_expression_stops =
false);
236 static lldb::StateType
288 SetSP (
const lldb::ProcessSP &process_sp);
295 #endif // LLDB_SBProcess_h_