Home
last modified time | relevance | path

Searched refs:mod_date (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h104 lldb::addr_t mod_date = 0; member
131 mod_date = 0; in Clear()
145 mod_date == rhs.mod_date && file_spec == rhs.file_spec &&
H A DDynamicLoaderDarwin.cpp386 image_infos[i].mod_date = in JSONImageInformationIntoImageInfo()
795 LLDB_LOG(log, "modtime={0:x+8} uuid={1} path='{2}' (UNLOADED)", mod_date, in PutToLog()
799 address, mod_date, uuid.GetAsString(), file_spec.GetPath()); in PutToLog()
H A DDynamicLoaderMacOSXDYLD.cpp686 image_infos[i].mod_date = info_data_ref.GetAddress(&info_data_offset); in ReadImageInfos()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h74 uint64_t mod_date; // may not be available - 0 if so member
79 : filename(), load_address(INVALID_NUB_ADDRESS), mod_date(0), in binary_image_information()
H A DMachProcess.mm922 image_info_dict_sp->AddIntegerItem("mod_date", image_infos[i].mod_date);
1000 // {void* load_addr, void* mod_date, void* pathname}
1040 info.mod_date = mod_date_32;
1054 info.mod_date = mod_date_64;
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-gdb-remote.txt1945 // where the image_list_address is an array of {void* load_addr, void* mod_date, void* pathname}
1963 // STUB REPLIES: ${"images":[{"load_address":4294967296,"mod_date":0,"pathname":"/tmp/a.out","uuid…
1970 // "mod_date":0,