-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix older gdb breakpoints parse bugs
When encountered <MULTIPLE> breakpoint in gdb output as following, parser will not consider Ena as "y". ``` Num Type Disp Enb Address What 1 breakpoint keep y <MULTIPLE> 1.1 y 0xffff800080d90414 in __arch_counter_get_cntvct at ./arch/arm64/include/asm/arch_timer.h:204 1.2 y 0xffff800081014f10 in __arch_counter_get_cntvct at ./arch/arm64/include/asm/arch_timer.h:204 ```
- Loading branch information
Showing
1 changed file
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters