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

  • Home
  • SEARCH
  • 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 3612780
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T22:02:36+00:00 2026-05-18T22:02:36+00:00

gcc (GCC) 4.1.2 c89 Red Hat Enterprise Linux Server release 5.4 2.6.18-164.el5 GNU gdb

  • 0
gcc (GCC) 4.1.2 
c89
Red Hat Enterprise Linux Server release 5.4 
2.6.18-164.el5
GNU gdb Fedora (6.8-37.el5)

Compiling with the following debug flag -ggdb

I am looking at a way to debug on a remote server.

Currently I am debugging using gdb.

However, I want to print the contents of a structure to see what values the element have been assigned to.

I can do this:

p media_description
$2 = (sdp_media_description_t *) 0xb7a80318

However, that just give me the memory address of the structure.

Is there anywhere to print the elements of a structure?

Many thanks for any advice,

===== Edit ======

sdp_media_description_t *media_description = NULL;        
media_description = get_item(sdp_media_des_list, outer);

The above code should return a pointer to an instance of a structure.

  • 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-18T22:02:36+00:00Added an answer on May 18, 2026 at 10:02 pm

    Perhaps you have a pointer to a struct rather than a struct?

    If that’s the case you can just dereference the pointer when you print it, ie

    p *media_description

    Also, if you don’t want to work with gdb in console mode and have a graphical front end that you prefer, you should be able to use it remotely either via running gdbserver on the machine being debugged and runnning gdb on the development machine driven by the gui, or by running everything on the machine under test and using the remote capabilities of the X window system to display it on the machine you are sitting in front of

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

gcc 4.4.2 c89 I have the following code. #if defined ( __linux__ ) log_msg(stderr,
GNU gcc 4.3 partially supports the upcoming c++0x standard: among the implemented features the
gcc c89 I am came across this code. typedef __int32 int32_t; typedef unsigned __int32
gcc c89 I am getting a stack dump on this line: strcpy(comp->persons->name, Joe); However,
gcc 4.4.2 c89 I was just working on some pointers. However, with the program
gcc 4.4.2 c89 I have a file called main.c. I want the result of
gcc 4.4.2 c89 I re-engineering some code in c89. However, I am totally confused
gcc 4.4.2 c89 I have this code snippet that I have to repeat in
gcc 4.4.2 c89 I have these defines in our API header file. /* Reason
I am trying to compile gcc version gcc4.3.2 using gcc version 4.1.2 20080704 (Red

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.