Mercurial > ecos-v2_0-branch
comparison packages/hal/arm/arch/current/src/arm_stub.c @ 110:84e4bde58b26 ecos-sw-2000-07-14
Merge from eCos master repository on 2000-07-14-22:00:02-BST
| author | jlarmour |
|---|---|
| date | Mon, 17 Jul 2000 14:42:27 +0000 |
| parents | 5a0cc6c243a9 |
| children | 6ed91473a1cd |
comparison
equal
deleted
inserted
replaced
| 109:5720c4b6e1d2 | 110:84e4bde58b26 |
|---|---|
| 43 //======================================================================== | 43 //======================================================================== |
| 44 | 44 |
| 45 #include <stddef.h> | 45 #include <stddef.h> |
| 46 | 46 |
| 47 #include <pkgconf/hal.h> | 47 #include <pkgconf/hal.h> |
| 48 #ifdef CYGPKG_CYGMON | |
| 49 #include <pkgconf/cygmon.h> | |
| 50 #endif | |
| 51 | 48 |
| 52 #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS | 49 #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS |
| 53 | 50 |
| 54 #ifdef CYGPKG_HAL_ARM_SIM | 51 #ifdef CYGPKG_HAL_ARM_SIM |
| 55 #error "GDB Stub support not implemented for ARM SIM" | 52 #error "GDB Stub support not implemented for ARM SIM" |
| 493 } | 490 } |
| 494 ss_saved_pc = 0; | 491 ss_saved_pc = 0; |
| 495 } | 492 } |
| 496 } | 493 } |
| 497 | 494 |
| 498 #if !defined(CYGPKG_CYGMON) | |
| 499 void __install_breakpoints (void) | 495 void __install_breakpoints (void) |
| 500 { | 496 { |
| 501 // FIXME(); | 497 // FIXME(); |
| 502 } | 498 } |
| 503 | 499 |
| 504 void __clear_breakpoints (void) | 500 void __clear_breakpoints (void) |
| 505 { | 501 { |
| 506 // FIXME(); | 502 // FIXME(); |
| 507 } | 503 } |
| 508 #endif // !CYGPKG_CYGMON | |
| 509 | 504 |
| 510 /* If the breakpoint we hit is in the breakpoint() instruction, return a | 505 /* If the breakpoint we hit is in the breakpoint() instruction, return a |
| 511 non-zero value. */ | 506 non-zero value. */ |
| 512 | 507 |
| 513 int | 508 int |
