Class DecompileDebug

java.lang.Object
ghidra.app.decompiler.DecompileDebug

public class DecompileDebug extends Object
A container for collecting communication between the decompiler and the Ghidra database, as serviced through DecompileCallback during decompilation of a function. The query results can then be dumped as an XML document. The container is populated through methods that mirror the various methods in DecompileCallback.