File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed
Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1- // Copyright 2018 Author: Malte Mues <mail.mues@gmail.com>
1+ /* ******************************************************************\
2+
3+ Module: GDB Machine Interface API
4+
5+ Author: Malte Mues <mail.mues@gmail.com>
6+ Daniel Poetzl
7+
8+ \*******************************************************************/
9+
210#ifdef __linux__
311#include < cctype>
412#include < cerrno>
Original file line number Diff line number Diff line change 1- // Copyright 2018 Author: Malte Mues
1+ /* ******************************************************************\
2+
3+ Module: GDB Machine Interface API
4+
5+ Author: Malte Mues <mail.mues@gmail.com>
6+ Daniel Poetzl
7+
8+ \*******************************************************************/
9+
210#ifdef __linux__
311#ifndef CPROVER_MEMORY_ANALYZER_GDB_API_H
412#define CPROVER_MEMORY_ANALYZER_GDB_API_H
Original file line number Diff line number Diff line change 1- // Copyright 2018 Malte Mues
1+ /* ******************************************************************\
2+
3+ Module: GDB Machine Interface API unit tests
4+
5+ Author: Malte Mues <mail.mues@gmail.com>
6+ Daniel Poetzl
7+
8+ \*******************************************************************/
9+
210#include < testing-utils/use_catch.h>
311
412#ifdef __linux__
You can’t perform that action at this time.
0 commit comments