Advertisement
Guest User

test_data

a guest
Feb 11th, 2021
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
  2. options DDB_CTF # Kernel ELF linker loads CTF data
  3. # options KDB # Enable kernel debugger support.
  4. # options KDB_TRACE # Print a stack trace for a panic.
  5. ## Enable the ddb debugger backend.
  6. #options DDB
  7. #options DDB_NUMSYM
  8. ## Enable the remote gdb debugger backend.
  9. #options GDB
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement