Searched refs:GetConstArgumentVector (Results 1 – 11 of 11) sorted by relevance
/external/lldb/source/Commands/ |
D | CommandObjectLog.cpp | 200 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()
|
D | CommandObjectBreakpoint.cpp | 1805 …valid_ids->InsertStringArray (temp_args.GetConstArgumentVector(), temp_args.GetArgumentCount(), re… in VerifyBreakpointIDs()
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 315 const char **argv = launch_info.GetArguments().GetConstArgumentVector(); in LaunchProcess() 316 const char **envp = launch_info.GetEnvironmentEntries().GetConstArgumentVector(); in LaunchProcess()
|
/external/lldb/tools/lldb-platform/ |
D | lldb-platform.cpp | 177 …ProcessGDBRemoteLog::EnableLog (log_stream_sp, 0,log_args.GetConstArgumentVector(), log_stream_sp.… in main()
|
/external/lldb/include/lldb/Interpreter/ |
D | Args.h | 188 GetConstArgumentVector () const;
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 238 launch_info.GetArguments().GetConstArgumentVector(), in DoLaunch() 239 launch_info.GetEnvironmentEntries().GetConstArgumentVector(), in DoLaunch()
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 572 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/ |
D | CommandObject.cpp | 1022 handled = command_callback (GetOverrideCallbackBaton(), full_args.GetConstArgumentVector()); in Execute()
|
D | Args.cpp | 450 Args::GetConstArgumentVector() const in GetConstArgumentVector() function in Args
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 732 …_packet_err = m_gdb_comm.SendArgumentsPacket (launch_info.GetArguments().GetConstArgumentVector()); in DoLaunch()
|
/external/lldb/source/Target/ |
D | Process.cpp | 516 const char **argv = GetArguments().GetConstArgumentVector (); in ConvertArgumentsForLaunchingInShell()
|