Home
last modified time | relevance | path

Searched refs:GetConstArgumentVector (Results 1 – 11 of 11) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectLog.cpp200 args.GetConstArgumentVector(), in DoExecute()
287 log_callbacks.disable (args.GetConstArgumentVector(), &result.GetErrorStream()); in DoExecute()
299 … log_channel_sp->Disable(args.GetConstArgumentVector(), &result.GetErrorStream()); in DoExecute()
DCommandObjectBreakpoint.cpp1805 …valid_ids->InsertStringArray (temp_args.GetConstArgumentVector(), temp_args.GetArgumentCount(), re… in VerifyBreakpointIDs()
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp315 const char **argv = launch_info.GetArguments().GetConstArgumentVector(); in LaunchProcess()
316 const char **envp = launch_info.GetEnvironmentEntries().GetConstArgumentVector(); in LaunchProcess()
/external/lldb/tools/lldb-platform/
Dlldb-platform.cpp177 …ProcessGDBRemoteLog::EnableLog (log_stream_sp, 0,log_args.GetConstArgumentVector(), log_stream_sp.… in main()
/external/lldb/include/lldb/Interpreter/
DArgs.h188 GetConstArgumentVector () const;
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp238 launch_info.GetArguments().GetConstArgumentVector(), in DoLaunch()
239 launch_info.GetEnvironmentEntries().GetConstArgumentVector(), in DoLaunch()
/external/lldb/source/Host/macosx/
DHost.mm572 const char **envp = launch_info.GetEnvironmentEntries().GetConstArgumentVector ();
596 const char **argv = launch_info.GetArguments().GetConstArgumentVector ();
1619 char * const *argv = (char * const*)launch_info.GetArguments().GetConstArgumentVector();
1620 … char * const *envp = (char * const*)launch_info.GetEnvironmentEntries().GetConstArgumentVector();
/external/lldb/source/Interpreter/
DCommandObject.cpp1022 handled = command_callback (GetOverrideCallbackBaton(), full_args.GetConstArgumentVector()); in Execute()
DArgs.cpp450 Args::GetConstArgumentVector() const in GetConstArgumentVector() function in Args
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp732 …_packet_err = m_gdb_comm.SendArgumentsPacket (launch_info.GetArguments().GetConstArgumentVector()); in DoLaunch()
/external/lldb/source/Target/
DProcess.cpp516 const char **argv = GetArguments().GetConstArgumentVector (); in ConvertArgumentsForLaunchingInShell()