Sergei Barannikov
22cfe6f39d
[lldb] Make single-argument Address constructor explicit (NFC) ( #189035 )
...
This is to highlight places where we (probably unintentionally)
construct an `Address` object from an already resolved address, making
it unresolved again.
See the changes in `DynamicLoaderDarwin.cpp` for a quick example.
Also, use this constructor instead of `Address(lldb::addr_t file_addr,
const SectionList *section_list)` when `section_list` is `nullptr`.
2026-03-27 20:22:48 +03:00
..
2026-03-27 20:22:48 +03:00
2025-05-28 09:02:36 +02:00
2024-12-03 10:14:33 +01:00
2026-03-21 00:22:34 +00:00
2024-08-27 10:59:31 -07:00
2026-03-21 00:22:34 +00:00
2025-04-22 09:45:15 +01:00
2026-03-21 00:22:34 +00:00
2024-10-30 09:28:38 -07:00
2025-11-07 07:52:03 +00:00
2026-03-06 22:48:33 +00:00
2026-02-19 13:01:02 +03:00
2024-10-24 20:20:48 -07:00
2026-03-06 22:48:33 +00:00
2026-03-06 22:48:33 +00:00
2026-01-08 16:25:42 +00:00
2026-03-06 22:48:33 +00:00
2025-12-11 17:24:04 +00:00
2026-01-27 15:23:49 -08:00
2025-10-03 15:47:21 +01:00
2026-03-27 12:20:44 +01:00
2026-03-18 16:31:33 -07:00
2025-07-14 21:50:22 -05:00
2026-03-11 13:36:49 -07:00
2025-03-08 09:10:46 -08:00
2025-08-29 15:41:44 -07:00
2025-04-14 14:30:09 +04:00
2026-03-21 00:22:34 +00:00
2025-01-10 09:56:55 +01:00
2026-02-19 13:01:02 +03:00
2026-02-13 08:41:17 -08:00
2026-02-05 10:28:51 -08:00
2025-02-19 08:34:15 -08:00
2025-06-30 14:25:11 -04:00
2026-02-23 17:21:06 +00:00
2026-03-20 08:08:48 +00:00
2025-08-22 12:26:03 +02:00