Keith Smiley
5bf42d3e2e
[lldb] Fix ubsan violation with plugin loading ( #126652 )
...
This typedef doesn't match the signature below, specifically the
signature takes a `lldb:SBDebugger` vs this was defined as
`lldb:SBDebugger&`.
```
lldb/source/API/SBDebugger.cpp:199:13: runtime error: call to function lldb::PluginInitialize(lldb::SBDebugger) through pointer to incorrect function type 'bool (*)(lldb::SBDebugger &)'
.../CustomPlugin.cpp:134: note: lldb::PluginInitialize(lldb::SBDebugger) defined here
```
2025-02-11 08:04:51 -08:00
..
2025-01-17 12:00:31 -08:00
2024-06-21 11:24:48 -04:00
2024-06-21 11:24:48 -04:00
2024-07-08 12:06:32 +02:00
2025-01-10 09:56:55 +01:00
2025-01-14 20:12:46 -08:00
2024-09-05 12:44:13 -07:00
2024-09-05 12:44:13 -07:00
2024-01-29 10:04:29 +00:00
2025-02-04 09:01:08 -08:00
2024-06-07 17:05:29 -07:00
2025-02-04 08:55:30 -08:00
2024-04-24 12:13:18 -07:00
2024-01-04 09:04:05 -08:00
2025-02-11 08:04:51 -08:00
2024-12-20 13:02:54 -08:00
2024-04-24 12:13:18 -07:00
2024-05-17 18:43:09 -07:00
2024-09-05 12:44:13 -07:00
2024-09-05 12:44:13 -07:00
2024-11-20 10:07:23 -08:00
2025-02-06 09:17:50 +01:00
2025-01-15 10:37:06 +01:00
2024-07-10 19:05:38 -04:00
2024-07-08 12:06:32 +02:00
2024-04-25 11:49:10 -07:00
2024-10-24 20:20:48 -07:00
2024-09-05 12:44:13 -07:00
2025-01-31 13:11:20 -08:00
2025-01-28 14:03:17 -08:00
2025-01-16 11:49:02 -08:00
2024-08-30 10:58:32 -07:00
2024-06-18 17:21:20 -07:00
2024-09-05 12:44:13 -07:00
2024-11-11 16:27:15 -08:00
2025-02-04 16:03:13 -08:00
2025-01-31 13:11:20 -08:00
2024-08-05 10:43:42 -07:00
2024-08-27 10:59:31 -07:00
2024-10-24 20:20:48 -07:00
2024-01-17 07:23:57 -05:00
2024-01-17 07:23:57 -05:00
2024-12-10 16:37:53 -08:00
2024-01-17 07:23:57 -05:00
2024-11-21 15:38:49 -08:00
2024-10-24 20:20:48 -07:00
2024-09-05 12:44:13 -07:00
2024-10-22 09:00:08 -07:00