Charles Zablit
caecca035a
[lldb] add getFullLibName to PlatformContext ( #188772 )
...
This patch introduces `PlatformContext.getFullLibName` which returns the
full dylib name for any platform based on the base name of the dylib.
Example:
```
# Windows
PlatformContext.getFullLibName("Foo") -> "Foo.dll"
# Linux
PlatformContext.getFullLibName("Foo") -> "libFoo.so"
```
2026-03-31 12:09:52 +01:00
..
2024-06-26 15:59:07 +01:00
2026-03-31 12:09:52 +01:00
2025-12-08 14:34:09 -08:00
2025-05-27 18:41:16 -07:00
2026-02-18 10:38:45 -08:00
2026-03-04 16:17:24 -08:00
2024-09-11 16:04:01 +03:00
2025-06-03 09:38:22 -07:00
2026-03-25 14:37:20 -07:00
2026-02-14 04:43:11 +00:00
2024-08-20 17:25:34 +04:00
2025-10-20 16:46:25 -07:00
2026-02-18 10:38:45 -08:00
2025-06-02 14:01:13 +04:00
2026-03-25 14:37:20 -07:00
2024-09-11 16:04:01 +03:00
2025-11-20 09:45:54 -08:00
2025-12-10 09:56:03 -08:00
2025-03-25 09:56:58 -07:00
2026-02-18 10:38:45 -08:00
2025-10-30 23:18:32 +02:00
2026-02-05 15:03:52 -08:00
2025-12-03 16:15:36 -08:00
2025-02-13 11:30:10 -08:00
2024-09-11 16:04:01 +03:00
2025-05-27 18:41:16 -07:00
2026-02-13 20:08:17 +00:00