File tree Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Expand file tree Collapse file tree 3 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2018 Author: Malte Mues <[email protected] >
1
+ /* ******************************************************************\
2
+
3
+ Module: GDB Machine Interface API
4
+
5
+ Author: Malte Mues <[email protected] >
6
+ Daniel Poetzl
7
+
8
+ \*******************************************************************/
9
+
2
10
#ifdef __linux__
3
11
#include < cctype>
4
12
#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 <[email protected] >
6
+ Daniel Poetzl
7
+
8
+ \*******************************************************************/
9
+
2
10
#ifdef __linux__
3
11
#ifndef CPROVER_MEMORY_ANALYZER_GDB_API_H
4
12
#define CPROVER_MEMORY_ANALYZER_GDB_API_H
Original file line number Diff line number Diff line change 1
- // Copyright 2018 Malte Mues
2
- #include < testing-utils/catch.hpp>
1
+ /* ******************************************************************\
2
+
3
+ Module: GDB Machine Interface API unit tests
4
+
5
+ Author: Malte Mues <[email protected] >
6
+ Daniel Poetzl
7
+
8
+ \*******************************************************************/
9
+
10
+ #include < testing-utils/use_catch.h>
3
11
4
12
#ifdef __linux__
5
13
// \file Test that the regex expression used work as expected.
You can’t perform that action at this time.
0 commit comments