~ari-tczew/ubuntu/lucid/skyeye/sru-lp-464175

« back to all changes in this revision

Viewing changes to arch/ppc/common/debug.h

  • Committer: Bazaar Package Importer
  • Author(s): Yu Guanghui
  • Date: 2007-02-09 20:24:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070209202429-jknfb98t9ggaoz02
Tags: 1.2.1-2
Disable DBCT again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
extern uint32_t debugflags;
 
2
#define DEBUG_INSTRUCTIONS (1)
 
3
#define DEBUG_REGS         (2)
 
4
#define DEBUG_MMU          (4)
 
5
#define DEBUG_LOG_VADDR    (8)
 
6
#define DEBUG_MMU_CB       (0x10)
 
7
#define DEBUG_EXCEPTIONS   (0x20)
 
8
#define DEBUG_LOG_PC    (0x40)