ListingModel

Package: ghidra.app.util.viewer.listingpanel
Type: class

12.0_PUBLIC

addedmethod: areFunctionVariablesOpen
boolean areFunctionVariablesOpen(ghidra.program.model.address.Address FunctionAddress)
addedmethod: setAllFunctionVariablesOpen
void setAllFunctionVariablesOpen(boolean open)
addedmethod: setFunctionVariablesOpen
void setFunctionVariablesOpen(ghidra.program.model.address.Address FunctionAddress, boolean open)

9.2_PUBLIC

addedmethod: copy
ghidra.app.util.viewer.listingpanel.ListingModel copy()
modifiedmethod: openData
return type: void → boolean
- void openData(ghidra.program.model.listing.Data data)
+ boolean openData(ghidra.program.model.listing.Data data)

9.1_PUBLIC

modifiedfield: DISPLAY_EXTERNAL_FUNCTION_POINTER_OPTION_NAME
constant: "Function Pointers.Display Function Header for External Function Pointers" → "Function Pointers.Display External Function Pointer Header"
- static java.lang.String DISPLAY_EXTERNAL_FUNCTION_POINTER_OPTION_NAME
+ static java.lang.String DISPLAY_EXTERNAL_FUNCTION_POINTER_OPTION_NAME
modifiedfield: DISPLAY_NONEXTERNAL_FUNCTION_POINTER_OPTION_NAME
constant: "Function Pointers.Display Function Header for Non-External Function Pointers" → "Function Pointers.Display Non-External Function Pointer Header"
- static java.lang.String DISPLAY_NONEXTERNAL_FUNCTION_POINTER_OPTION_NAME
+ static java.lang.String DISPLAY_NONEXTERNAL_FUNCTION_POINTER_OPTION_NAME

9.0.2_PUBLIC

introducedInitial version