GDB Stub: Fix header indentation
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
/*
|
/*
|
||||||
* 86Box A hypervisor and IBM PC system emulator that specializes in
|
* 86Box A hypervisor and IBM PC system emulator that specializes in
|
||||||
* running old operating systems and software designed for IBM
|
* running old operating systems and software designed for IBM
|
||||||
* PC systems and compatibles from 1981 through fairly recent
|
* PC systems and compatibles from 1981 through fairly recent
|
||||||
* system designs based on the PCI bus.
|
* system designs based on the PCI bus.
|
||||||
*
|
*
|
||||||
* This file is part of the 86Box distribution.
|
* This file is part of the 86Box distribution.
|
||||||
*
|
*
|
||||||
* GDB stub server for remote debugging.
|
* GDB stub server for remote debugging.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Authors: RichardG, <richardg867@gmail.com>
|
* Authors: RichardG, <richardg867@gmail.com>
|
||||||
*
|
*
|
||||||
* Copyright 2022 RichardG.
|
* Copyright 2022 RichardG.
|
||||||
*/
|
*/
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
@@ -1,18 +1,18 @@
|
|||||||
/*
|
/*
|
||||||
* 86Box A hypervisor and IBM PC system emulator that specializes in
|
* 86Box A hypervisor and IBM PC system emulator that specializes in
|
||||||
* running old operating systems and software designed for IBM
|
* running old operating systems and software designed for IBM
|
||||||
* PC systems and compatibles from 1981 through fairly recent
|
* PC systems and compatibles from 1981 through fairly recent
|
||||||
* system designs based on the PCI bus.
|
* system designs based on the PCI bus.
|
||||||
*
|
*
|
||||||
* This file is part of the 86Box distribution.
|
* This file is part of the 86Box distribution.
|
||||||
*
|
*
|
||||||
* Definitions for the GDB stub server.
|
* Definitions for the GDB stub server.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Authors: RichardG, <richardg867@gmail.com>
|
* Authors: RichardG, <richardg867@gmail.com>
|
||||||
*
|
*
|
||||||
* Copyright 2022 RichardG.
|
* Copyright 2022 RichardG.
|
||||||
*/
|
*/
|
||||||
#ifndef EMU_GDBSTUB_H
|
#ifndef EMU_GDBSTUB_H
|
||||||
#define EMU_GDBSTUB_H
|
#define EMU_GDBSTUB_H
|
||||||
|
Reference in New Issue
Block a user