Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6874387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:11:18+00:00 2026-05-27T04:11:18+00:00

Using gdb, I need to run extra commands right before continue and immediately after

  • 0

Using gdb, I need to run extra commands right before continue and immediately after it breaks. I thought I would make a user defined command like so:

define continue
    pre_continue
    continue
    post_continue
end

This, of course, fails in a bottomless recursive pit. Is there a way to call the built-in command directly, bypassing the user defined command?

BTW: I need the command to be named continue so that the gdb frontend I’m using will call my user defined function.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:11:18+00:00Added an answer on May 27, 2026 at 4:11 am

    User-defined Command Hooks is what you are looking for:

    You may define hooks, which are a special kind of user-defined
    command. Whenever you run the command foo', if the user-defined
    command
    hook-foo’ exists, it is executed (with no arguments) before
    that command.

    A hook may also be defined which is run after the command you
    executed. Whenever you run the command foo', if the user-defined
    command
    hookpost-foo’ exists, it is executed (with no arguments)
    after that command. Post-execution hooks may exist simultaneously with
    pre-execution hooks, for the same command.

    This solution should work for you:

    define hook-continue
    pre_continue
    end
    
    define hookpost-continue
    post_continue
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to debug an embedded system containing gdb remotely using some kind
Right now I've been using GDB to disassemble a binary file and check out
I've run into some problems debugging a multi-threaded process using GDB. I have a
I'm pretty much using GDB for the first time. I run $ gdb then
When using gdb and Vim, often I want to stop on a particular line.
I know about specifying source locations using gdb. But I am wondering if there's
Is there a way to list all the loaded modules using gdb, just like
I'm working on a multithreaded application, and I want to debug it using GDB.
I'm trying to automate a gdb session using the --command flag. I'm trying to
I've been having a tough time entering input with gdb using XCode or Eclipse.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.