mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Implement global variables. Struct and Pointer initializers are not implemented yet though
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@818 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -74,10 +74,13 @@ public:
|
||||
void handleUserInput();
|
||||
|
||||
// User Interation Methods...
|
||||
void loadModule(const string &Filename);
|
||||
bool flushModule();
|
||||
bool callMethod(const string &Name); // return true on failure
|
||||
void setBreakpoint(const string &Name);
|
||||
void infoValue(const string &Name);
|
||||
void printValue(const string &Name);
|
||||
void print(const string &Name);
|
||||
static void print(const Type *Ty, GenericValue V);
|
||||
static void printValue(const Type *Ty, GenericValue V);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user