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

References

tools/lldb/source/API/SBTarget.cpp
  226     stats_up->AddIntegerItem(Desc, Entry);
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  375     options_dict_sp->AddIntegerItem(GetKey(OptionNames::IgnoreCount),
tools/lldb/source/Breakpoint/BreakpointResolver.cpp
  161   options_dict_sp->AddIntegerItem(GetKey(OptionNames::Offset), m_offset);
tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
   80     options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset),
   83     options_dict_sp->AddIntegerItem(GetKey(OptionNames::AddressOffset),
tools/lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
  102   options_dict_sp->AddIntegerItem(GetKey(OptionNames::LineNumber),
  104   options_dict_sp->AddIntegerItem(GetKey(OptionNames::Column),
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  178   dict->AddIntegerItem("pc", pc);
  183   dict->AddIntegerItem("address", address);
  184   dict->AddIntegerItem("access_type", access_type);
  185   dict->AddIntegerItem("access_size", access_size);
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  146   d->AddIntegerItem("tid", thread_sp->GetIndexID());
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  345   dict->AddIntegerItem("report_count",
  354         dict->AddIntegerItem(
  359         dict->AddIntegerItem("thread_id", thread_sp->GetIndexID());
  366         dict->AddIntegerItem(
  369         dict->AddIntegerItem(
  374         dict->AddIntegerItem(
  383         dict->AddIntegerItem(
  394         dict->AddIntegerItem(
  398         dict->AddIntegerItem(
  401         dict->AddIntegerItem(
  404         dict->AddIntegerItem(
  407         dict->AddIntegerItem(
  412         dict->AddIntegerItem(
  415         dict->AddIntegerItem("suppressable",
  427         dict->AddIntegerItem(
  430         dict->AddIntegerItem(
  433         dict->AddIntegerItem(
  436         dict->AddIntegerItem(
  447         dict->AddIntegerItem(
  450         dict->AddIntegerItem(
  455         dict->AddIntegerItem(
  458         dict->AddIntegerItem(
  462         dict->AddIntegerItem(
  474         dict->AddIntegerItem(
  477         dict->AddIntegerItem(
  821     report->GetAsDictionary()->AddIntegerItem("memory_address", main_address);
  832       report->GetAsDictionary()->AddIntegerItem("global_address", global_addr);
  840       report->GetAsDictionary()->AddIntegerItem("location_line", location_line);
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  180   d->AddIntegerItem("line", Line);
  181   d->AddIntegerItem("col", Col);
  182   d->AddIntegerItem("memory_address", MemoryAddr);
  183   d->AddIntegerItem("tid", thread_sp->GetID());
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.cpp
  219       params_dict->AddIntegerItem("cpu_family", cpu_family);
  220       params_dict->AddIntegerItem("cpu_model", model);
  221       params_dict->AddIntegerItem("cpu_stepping", stepping);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3333   json_packet.AddIntegerItem("type", options.getType());
 3334   json_packet.AddIntegerItem("buffersize", options.getTraceBufferSize());
 3335   json_packet.AddIntegerItem("metabuffersize", options.getMetaDataBufferSize());
 3338     json_packet.AddIntegerItem("threadid", options.getThreadID());
 3378   json_packet.AddIntegerItem("traceid", uid);
 3381     json_packet.AddIntegerItem("threadid", thread_id);
 3433   json_packet.AddIntegerItem("traceid", uid);
 3436     json_packet.AddIntegerItem("threadid", options.getThreadID());
 3500   json_packet.AddIntegerItem("traceid", uid);
 3501   json_packet.AddIntegerItem("offset", offset);
 3502   json_packet.AddIntegerItem("buffersize", buffer.size());
 3505     json_packet.AddIntegerItem("threadid", thread_id);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1174   json_packet.AddIntegerItem("type", options.getType());
 1175   json_packet.AddIntegerItem("buffersize", options.getTraceBufferSize());
 1176   json_packet.AddIntegerItem("metabuffersize", options.getMetaDataBufferSize());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  399     dictionary->AddIntegerItem("signo", signo);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4029     args_dict->GetAsDictionary()->AddIntegerItem("thread", tid);
 4063   args_dict->GetAsDictionary()->AddIntegerItem("image_list_address",
 4065   args_dict->GetAsDictionary()->AddIntegerItem("image_count", image_count);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  198       dict->AddIntegerItem("plo_pthread_tsd_base_offset",
  200       dict->AddIntegerItem(
  203       dict->AddIntegerItem("plo_pthread_tsd_entry_size",
  209       dict->AddIntegerItem("dti_queue_index",
  211       dict->AddIntegerItem("dti_voucher_index",
  213       dict->AddIntegerItem("dti_qos_class_index",
tools/lldb/source/Target/ThreadSpec.cpp
   59     data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadIndex), m_index);
   61     data_dict_sp->AddIntegerItem(GetKey(OptionNames::ThreadID), m_tid);
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
  377   custom_params->AddIntegerItem("psb", 0x01);