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 D | DynamicLoaderDarwin.h | 104 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 D | DynamicLoaderDarwin.cpp | 386 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 D | DynamicLoaderMacOSXDYLD.cpp | 686 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 D | MachProcess.h | 74 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 D | MachProcess.mm | 922 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 D | lldb-gdb-remote.txt | 1945 // 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,
|