mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-23 00:16:24 -06:00
bcf8171593
* Add HOW_TO_DEBUG_WITH_GDB file * Add debug_memtest.sh * Add debug target to Makefile * Add binaries and generated files for debugging to gitignore * Add DEBUG code for memset and memcpy * Add debug additions to Makefile in build32 * Add debug_memtest.sh to build32 [Lionel Debroux: post-merge fixups: removed a couple whitespace changes and a backup file; undone Github squash merge authorship damage.]
34 lines
275 B
Plaintext
34 lines
275 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Preprocessed assembler
|
|
*.s
|
|
|
|
# Object files
|
|
*.o
|
|
|
|
# Generated files
|
|
build_version.h
|
|
gdbscript
|
|
memtest_shared_debug.lds
|
|
|
|
# Binaries
|
|
memtest_shared
|
|
memtest_shared.bin
|
|
*.bin
|
|
*.efi
|
|
*.img
|
|
*.iso
|
|
*.mbr
|
|
*.debug
|
|
|
|
# Directories
|
|
grub-iso
|
|
html
|
|
latex
|
|
|
|
# OVMF
|
|
OVMF*
|
|
|
|
|