ClangBuiltLinux / boot-utils

Collection of files for booting Linux kernels
26 stars 7 forks source link

autolaunch gdb #7

Closed nickdesaulniers closed 4 years ago

nickdesaulniers commented 4 years ago

We might not want this for cases where you do want to see dmesg output, but you can always run lx-dmesg in gdb.

Signed-off-by: Nick Desaulniers ndesaulniers@google.com

nickdesaulniers commented 4 years ago

tried a helper function, and shared list, but ran into issues and it's late. Merged, can follow up if necessary.