Skip to content

Commit 50b0c90

Browse files
authored
Moving libafl related files in dedicating folders (#60)
* Restructuration of libafl dirs. Formatting + export of maps struct and functions. * Fix wrong header path. * Fix misc path
1 parent e99b9da commit 50b0c90

26 files changed

+113
-95
lines changed

accel/tcg/cpu-exec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ static inline void cpu_handle_debug_exception(CPUState *cpu)
715715

716716
//// --- Begin LibAFL code ---
717717

718-
#include "libafl_extras/exit.h"
718+
#include "libafl/exit.h"
719719

720720
//// --- End LibAFL code ---
721721

accel/tcg/tcg-runtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
//// --- Begin LibAFL code ---
3939

40-
#include "libafl_extras/exit.h"
40+
#include "libafl/exit.h"
4141

4242
#ifndef CONFIG_USER_ONLY
4343

accel/tcg/translate-all.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
//// --- Begin LibAFL code ---
7070

71-
#include "libafl_extras/hook.h"
71+
#include "libafl/hook.h"
7272

7373
//// --- End LibAFL code ---
7474

accel/tcg/translator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ static void gen_tb_end(const TranslationBlock *tb, uint32_t cflags,
114114

115115
//// --- Begin LibAFL code ---
116116

117-
#include "libafl_extras/exit.h"
118-
#include "libafl_extras/hook.h"
117+
#include "libafl/exit.h"
118+
#include "libafl/hook.h"
119119

120120
#ifndef TARGET_LONG_BITS
121121
#error "TARGET_LONG_BITS not defined"

block/block-backend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
//// --- Begin LibAFL code ---
3232
#ifdef CONFIG_SOFTMMU
33-
#include "libafl_extras/syx-snapshot/syx-snapshot.h"
33+
#include "libafl/syx-snapshot/syx-snapshot.h"
3434
#endif
3535
//// --- End LibAFL code ---
3636

cpu-target.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
//// --- Begin LibAFL code ---
4747

48-
#include "libafl_extras/exit.h"
49-
#include "libafl_extras/hook.h"
48+
#include "libafl/exit.h"
49+
#include "libafl/hook.h"
5050

5151
static __thread GByteArray *libafl_qemu_mem_buf = NULL;
5252

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)