mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2237 AddrSpace as marshaling primitive and prettyprint update
This commit is contained in:
parent
4807ec354a
commit
6be9943b8a
58 changed files with 1333 additions and 1098 deletions
|
@ -107,7 +107,6 @@ class CallGraph {
|
|||
void iterateFunctionsAddrOrder(Scope *scope);
|
||||
public:
|
||||
CallGraph(Architecture *g) { glb = g; }
|
||||
Architecture *getArch(void) const { return glb; }
|
||||
CallGraphNode *addNode(Funcdata *f);
|
||||
CallGraphNode *addNode(const Address &addr,const string &nm);
|
||||
CallGraphNode *findNode(const Address &addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue