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 8043855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:02:54+00:00 2026-06-05T05:02:54+00:00

In gdb, if I just hit return, it repeats the last command. Is there

  • 0

In gdb, if I just hit return, it repeats the last command. Is there a way to configure Sun/Oracle/Solaris dbx to do likewise?

  • 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-06-05T05:02:56+00:00Added an answer on June 5, 2026 at 5:02 am

    You can get that behavior by enabling “gdb mode” in dbx.

    (dbx) gdb on
    (dbx) step
    stopped in main at line 4 in file "t.c"
        4       printf("world");
    (dbx) 
    step
    stopped in main at line 5 in file "t.c"
        5       printf("!");
    (dbx) 
    step
    stopped in main at line 6 in file "t.c"
        6       printf("\n");
    (dbx) 
    step
    helloworld!
    stopped in main at line 7 in file "t.c"
        7   }
    

    Here is the help for gdb mode from the latest dbx.

    (dbx) help gdb
    gdb (command)
    gdb on | off
    Use `gdb on' to enter the gdb command mode under which  dbx will understand
    and accept gdb commands. To exit  the gdb command mode and return to the dbx
    command mode,  enter "gdb off". Please note that the dbx commands will  not
    be accepted while in gdb command mode and vice versa.  All debugging settings
    such as breakpoints are preserved  across different command modes. The
    following gdb commands are not supported in the current release:
            - commands      - define
            - handle        - hbreak
            - interrupt     - maintenance
            - printf        - rbreak
            - return        - signal
            - tcatch        - until
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to list all the loaded modules using gdb, just like
Is there any way how to pipe output of internal gdb command to some
Via Xcode is there a quick way to deploy an app you've just compiled
There is a command po in GDB which prints Objective-C object details. (with its
Just wondering, what is the most reliable/best way to attach GDB to process ID
is it possible to configure gdb in order to debug assembly code when there
I've just tried using gdb on BackTrack Linux and I must say that its
People use gdb on and off for debugging, of course there are lots of
I'm debugging an iPhone application and, well, gdb is just not doing it for
How can I set Emacs gdb so that it shows the most recent command

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.