Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gdb] Don't throw an exception for types that have no fields
The JsDbg frontend will call GetAllFields even for types such as 'char'. For such types, accessing .fields() will throw an exception, which makes the Objdiff extension fail. Instead, just return [].
- Loading branch information