Code Search for Developers
 
 
  

svc_hndl.c from Gdb at Krugle


Show svc_hndl.c syntax highlighted

/* svc_hndl.c -- Implementation of the SVC trap handler
 *
 * Copyright (c) 2004 National Semiconductor Corporation
 *
 * The authors hereby grant permission to use, copy, modify, distribute,
 * and license this software and its documentation for any purpose, provided
 * that existing copyright notices are retained in all copies and that this
 * notice is included verbatim in any distributions. No written agreement,
 * license, or royalty fee is required for any of the authorized uses.
 * Modifications to this software may be copyrighted by their authors
 * and need not follow the licensing terms described here, provided that
 * the new terms are clearly indicated on the first page of each file where
 * they apply.
 */

#include <sys/syscall.h>

void svc_handler (void) __attribute__ ((interrupt ()));

void svc_handler (void)
{
  HOST_SERVICE (SVC_SVC);
}




See more files for this project here

Gdb

GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.

Project homepage: http://sources.redhat.com/gdb/
Programming language(s): Assembly,C,C++,Expect
License: other

  Makefile.in
  _exit.c
  _getenv.c
  _rename.c
  aclocal.m4
  close.c
  configure
  configure.in
  crt0.S
  crti.S
  crtn.S
  dvz_hndl.c
  flg_hndl.c
  fstat.c
  getpid.c
  iad_hndl.c
  intable.c
  isatty.c
  kill.c
  lseek.c
  open.c
  putnum.c
  read.c
  sbrk.c
  sim.ld
  stat.c
  svc_hndl.c
  time.c
  und_hndl.c
  unlink.c
  write.c