Sign in

gwj / at91sam9263 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • at91sam9263
  • gdbstub.h
  • gdb support for user mode (Paul Brook) ...
    1fddef4b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1367 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2005-04-17 19:16:13 +0000  
    Browse File ยป
gdbstub.h 174 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
#ifndef GDBSTUB_H
#define GDBSTUB_H

#define DEFAULT_GDBSTUB_PORT 1234

#ifdef CONFIG_USER_ONLY
int gdb_handlesig (CPUState *, int);
#endif
int gdbserver_start(int);

#endif