Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update -break-insert with the -f (pending flag) to not require an additional parameter #2

Merged
merged 1 commit into from
Jul 19, 2019

Commits on Jul 19, 2019

  1. Update -break-insert with the -f (pending flag) to not require an add…

    …itional parameter
    
    According to [this](https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI-Breakpoint-Commands.html#GDB_002fMI-Breakpoint-Commands) document, `-break-insert`'s `-f` flag is to tell the debugger to create a pending breakpoint if the location is not found. The additional parameter should not be necessary.
    
    ```
    ‘-f’
    If location cannot be parsed (for example if it refers to unknown files or functions), create a pending breakpoint. Without this flag, GDB will report an error, and won’t create a breakpoint, if location cannot be parsed.
    
    ‘-d’
    ```
    pieandcakes authored Jul 19, 2019
    Configuration menu
    Copy the full SHA
    c5e51a5 View commit details
    Browse the repository at this point in the history