Skip to content

Commit 5517f12

Browse files
committed
GP-1 More WhatsNew
1 parent 940d4ed commit 5517f12

File tree

1 file changed

+7
-0
lines changed
  • Ghidra/Configurations/Public_Release/src/global/docs

1 file changed

+7
-0
lines changed

Ghidra/Configurations/Public_Release/src/global/docs/WhatsNew.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ that merely integrate with emulation should consider the compositional/callback-
137137
Extensions that incorporate new domains (e.g. Z3) or novel behaviors (e.g. JIT) should continue
138138
using inheritance.
139139

140+
## Data Graph
141+
Added a new data graph showing data relationships defined by references from one in memory defined data item
142+
to another. The data graph can be displayed by clicking on a data item in the listing and
143+
invoking the data graph action (**ctrl-g** or from the popup menu **data -> display data graph**). This action
144+
will create a new data graph displaying the selected data item and its contents. From
145+
that node, the graph can be expanded by following from or to references to that data item.
146+
140147
## Hide Function Variables
141148
Added the ability to toggle the display of function variables (parameters and locals) within
142149
the Code Browser Listing just below the function signature. The Variables display can be turned

0 commit comments

Comments
 (0)