Skip to content
Snippets Groups Projects
  • Oswald Buddenhagen's avatar
    3dc1e31d
    fix initial breakpoint setting · 3dc1e31d
    Oswald Buddenhagen authored
    as it turns out, it is not possible to set pending breakpoints until
    gdb has loaded as image. so add some hooks to enable adapters to trigger
    the initial breakpoint syncing at the right time. do not add additional
    states (say, InferiorPreparing), as it would just complicate things.
    3dc1e31d
    History
    fix initial breakpoint setting
    Oswald Buddenhagen authored
    as it turns out, it is not possible to set pending breakpoints until
    gdb has loaded as image. so add some hooks to enable adapters to trigger
    the initial breakpoint syncing at the right time. do not add additional
    states (say, InferiorPreparing), as it would just complicate things.