reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4348         reg_node.ForEachAttribute([&target_info, &gdb_group, &gdb_type,
 4360             gdb_type = value.str();
 4439         if (!gdb_type.empty() && !(encoding_set || format_set)) {
 4440           if (gdb_type.find("int") == 0) {
 4443           } else if (gdb_type == "data_ptr" || gdb_type == "code_ptr") {
 4443           } else if (gdb_type == "data_ptr" || gdb_type == "code_ptr") {
 4446           } else if (gdb_type == "i387_ext" || gdb_type == "float") {
 4446           } else if (gdb_type == "i387_ext" || gdb_type == "float") {