Lines Matching +defs:indent +defs:to

221                     "Fullpath to a core file to use for this target."),
226 "Fullpath to a stand alone debug "
231 "Fullpath to the file on the remote host if debugging remotely.") {
314 // have switched platforms depending on what the arguments were to
324 // Try to resolve the exe based on PATH and/or platform-specific
345 // in order to make the remote ---> local transfer we need a
348 // to fetch the right platform
350 // copy the remote file to the local file
358 // memory. If the platform is already connected to an lldb-server
360 // we'll just have to trust that it will be there when we do
362 // I don't do this for the host platform because it seems odd to
375 // Since there's only a remote file, we need to set the executable
376 // file spec to the remote one.
438 "Current executable set to '%s' (%s).\n",
566 "Perform extra cleanup to minimize memory consumption after "
572 "cause them to be reparsed again the next time the target is run",
598 result.AppendError("no targets to delete");
665 "Shows the environment being passed to the process when launched, "
710 "A basename or fullpath to a file that contains "
716 "A basename or fullpath to a shared library to use in the search "
954 // No shared libraries, we just want to find globals for the compile
999 "Add new image search paths substitution pairs to "
1037 const char *to = command.GetArgumentAtIndex(i + 1);
1039 if (from[0] && to[0]) {
1045 from, to);
1049 from, to, last_pair); // Notify if this is the last pair
1123 // Add arguments to m_arguments.
1170 const char *to = command.GetArgumentAtIndex(i + 1);
1172 if (from[0] && to[0]) {
1174 target->GetImageSearchPathList().Insert(from, to, insert_idx,
1697 // Resolve the clang type so that any forward references to types
1741 // Resolve the clang type so that any forward references to types that
1926 "Unable to find an image that matches '%s'.\n", arg_cstr);
2068 "Unable to find an image that matches '%s'.\n", arg_cstr);
2157 "Unable to find an image that matches '%s'.\n", arg_cstr);
2209 // Pass empty deleter to not attempt to free memory that was allocated
2275 "Unable to find an image that matches '%s'.\n", arg.c_str());
2362 "Unable to find an image that matches '%s'.\n", arg_cstr);
2589 "Unable to find an image that matches '%s'.\n", arg_cstr);
2704 "Add a new module to the current target's modules.",
2709 "Fullpath to a stand alone debug "
2755 "Unable to create the executable or symbol file with "
2761 "Unable to create the executable or symbol file with "
2767 result.AppendErrorWithFormat("Unable to create the executable "
2777 "Unable to locate the executable or symbol file with UUID %s",
2853 "Fullpath or basename for module to load.", ""),
2855 "Write file contents to the memory.", false, true),
2856 m_pc_option(LLDB_OPT_SET_1, false, "set-pc-to-entry", 'p',
2857 "Set PC to the entry point."
2861 "Set the load address for all sections to be the "
2887 // Allow "load" option to work without --file or --uuid option.
3043 result.AppendErrorWithFormat("failed to set PC value to "
3149 // Instance variables to hold the values for command options.
3171 // Define a local module list here to ensure it lives longer than any
3269 const size_t indent = strm.Printf("[%3u] ", image_idx);
3270 PrintModule(target, module, indent, strm);
3292 void PrintModule(Target *target, Module *module, int indent, Stream &strm) {
3386 // Take one away to make sure we don't count our local "module_sp"
3406 // Add a newline and indent past the index
3407 strm.Printf("\n%*s", indent, "");
3507 // Instance variables to hold the values for command options.
3512 lldb::addr_t m_addr = LLDB_INVALID_ADDRESS; // Holds the address to lookup
3536 "You must have a process running to use this command.");
3542 result.AppendError("The process must be paused to use this command.");
3548 result.AppendError("The process must be paused to use this command.");
3643 "Asynchronous (not restricted to call-sites) UnwindPlan is '%s'\n",
3650 "Synchronous (restricted to call-sites) UnwindPlan is '%s'\n",
3918 lldb::addr_t m_addr; // Holds the address to lookup
4085 // Where it is possible to look in the current symbol context first,
4135 "Unable to find an image that matches '%s'.\n", arg_cstr);
4227 "Add a debug symbol file to one of the target's current modules by "
4228 "specifying a path to a debug symbols file or by using the options "
4229 "to specify a module.",
4304 // No matches yet. Iterate through the module specs to find a UUID
4305 // value that we can match up to an image in our target.
4324 // Just try to match up the file by basename if we have no matches at
4336 // Check if there was no extension to strip and the basename is the same
4347 "use the --uuid option to resolve the "
4357 // the existing target module the symfile path to use for when it
4358 // decides to create it!
4369 "symbol file '%s' has been added to '%s'\n", symfile_path,
4386 "unable to load scripting data for module %s - error "
4414 ? "\n please specify the full path to the symbol file"
4441 error_strm.PutCString("unable to find debug symbols for UUID ");
4471 "unable to find debug symbols for the executable file ");
4486 "a process must exist in order to use the --frame option");
4516 result.AppendError("unable to find debug symbols for the current frame");
4529 "a process must exist in order to use the --stack option");
4569 "unable to find debug symbols in the current call stack");
4604 result.AppendError("specify either one or more paths to symbol files "
4607 result.AppendError("specify either one or more paths to symbol files "
4846 // Instance variables to hold the values for one_liner options.
4855 "Add a hook to be executed when the target stops."
4871 command editor where you can enter the commands to be run.
4882 target: The target that the stop hook is being added to.
4884 option pairs passed to the command.
4893 stream: An SBStream, anything written to this stream will be printed in the
4903 Stop hooks can be set to always run, or to only run when the stopped thread
4924 "Enter your stop hook command(s). Type 'DONE' to end.\n");
5257 "Dump the state of the target's internal type system. Intended to "
5265 // Go over every scratch TypeSystem and dump to the command output.
5283 "Intended to be used for debugging LLDB itself.",