Dan

Results 78 comments of Dan

OK. Thanks for the info. FWIW, it looks to me like cherry-picking `t3` in the Watches window worked. It still says 0, but it no longer looks grayed, so I...

Check the implementation of `getDefaultValueRepresentation` for the custom data type. It's possible it returns an empty string.... Come to think of it, that may be the default for all structure/union...

OK. So, we're into design questions, then.... What would you expect to display in the Repr column? With a structure as complicated as that, I'm not sure a generalized solution...

Oh, another alternative is to clone the Dynamic listing (camera button), and set it to Track None (double-arrow button), or you can have it track your watch on RBX. In...

Interesting. So, we're up to three suggestions, just to sort things out: 1. Use a tree-table to display structured Watch values. This is probably the cleanest solution. Unfortunately, Swing does...

FWIW, the master branch changed over to the new "Trace RMI" system yesterday (5a5b8eb3d771413fcc50a2c39d90a6a60f8a3c7a). There are some known issues I've encountered while updating the Tutorial, but you're welcome to give...

So, you are correct. The emulator does not currently heed `segmentop` elements in the language specifications. I'd been reluctant to do that by default, since some of those do not...

@Wall-AF In general @Hordeking is correct. The provided `x86-16.pspec` provides that implementation as a sort of hack. It's good enough for decompilation. If you carefully load your target image at...

The internal ticket merely indicates my intent. It's still pending our prioritization process, so I would _not_ take that to mean it'll show up in the next couple of public...

## The "correct" way: You will likely need to add an external name entry to map gdb's `TriCore:V1.2` to the Ghidra's `tricore` language. Look at `AARCH64.ldefs` for some examples. You...