mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-3276 Put all C++ classes in ghidra namespace
This commit is contained in:
parent
ca9a56b5f4
commit
fe137f20f3
217 changed files with 1635 additions and 554 deletions
|
@ -16,12 +16,14 @@
|
|||
/// \file emulate.hh
|
||||
/// \brief Classes for emulating p-code
|
||||
|
||||
#ifndef __CPUI_EMULATE__
|
||||
#define __CPUI_EMULATE__
|
||||
#ifndef __EMULATE_HH__
|
||||
#define __EMULATE_HH__
|
||||
|
||||
#include "memstate.hh"
|
||||
#include "translate.hh"
|
||||
|
||||
namespace ghidra {
|
||||
|
||||
class Emulate; // Forward declaration
|
||||
|
||||
/// \brief A collection of breakpoints for the emulator
|
||||
|
@ -545,4 +547,5 @@ inline Address EmulatePcodeCache::getExecuteAddress(void) const
|
|||
- VarnodeData
|
||||
*/
|
||||
|
||||
} // End namespace ghidra
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue