Sponsored Content
Top Forums Programming Search the symbol table of a child process Post 303034487 by alphakili on Saturday 27th of April 2019 06:37:29 AM
Old 04-27-2019
Ok. Maybe I'll dig in just a bit to see, how much I can learn. I very much doubt, that my project would have any large impact anyway, so if I can just use it for leverage to some kind of understanding, then that is probably good. Thanks for the pointers, I am still scratching the surface, but it is very interesting indeed.
 

10 More Discussions You Might Find Interesting

1. Programming

no symbol table

Hi@all, I try to compile c code on hpux 11.11 pa-risc 2 with gcc (32bit). I compile with the option -g, so that I get the symbol table, but it is not available. Does someone knows something on this? thx (2 Replies)
Discussion started by: Dom_Cyrus
2 Replies

2. Programming

how to view symbol table in unix

hi , How to view the contents of a "c" program symbol table information in unix. (1 Reply)
Discussion started by: saravanan_nitt
1 Replies

3. Linux

Reading ELF file Symbol table of C++ program

Folks, I have some program(Test.cpp) as follows, #include<iostream> class Abc { private: int _theVar; public : int printVar(); }; int Abc :: printVar() { _theVar=10; } main() { Abc _t; (0 Replies)
Discussion started by: vinod_chitrali
0 Replies

4. Programming

Reading ELF file Symbol table of C++ program

Folks, I have some program(Test.cpp) as follows, #include<iostream> class Abc { private: int _theVar; public : int printVar(); }; int Abc :: printVar() { _theVar=10; } main() { Abc _t; (2 Replies)
Discussion started by: vinod_chitrali
2 Replies

5. Shell Programming and Scripting

How to make the parent process to wait for the child process

Hi All, I have two ksh script. 1st script calls the 2nd script and the second script calls an 'C' program. I want 1st script to wait until the 'C' program completes. I cant able to get the process id for the 'C' program (child process) to make the 1st script to wait for the second... (7 Replies)
Discussion started by: sennidurai
7 Replies

6. Programming

Symbol table of a C program

Hi, is there any command to see symbol table info. will it show where its allocating memory for varibales golbals & locals and code.(i mean the segments). i read there is a section called read only data segment and this is where initialized data such as strings stores. i have wriiten the... (7 Replies)
Discussion started by: MrUser
7 Replies

7. Shell Programming and Scripting

[KSH/Bash] Starting a parent process from a child process?

Hey all, I need to launch a script from within 2 other scripts that can run independently of the two parent scripts... Im having a hard time doing this, if anyone knows how please let me know. More detail. ScriptA (bash), ScriptB (ksh), ScriptC (bash) ScriptA, launches ScriptB ScirptB,... (7 Replies)
Discussion started by: trey85stang
7 Replies

8. Shell Programming and Scripting

script to get child process for a process

!/bin/sh pid=$(ps -Aj | grep MSTRSvr | grep -v grep | awk '{print $1}') sid=$(ps -Aj | grep MSTRSvr | grep -v grep | awk '{print $3}') ps -s "$sid" I am not able to get the desired output it says process list error if i use watch ps -s "$sid" it considers only the first session id (5 Replies)
Discussion started by: schippada
5 Replies

9. Emergency UNIX and Linux Support

signal between parent process and child process

Hello, everyone. Here's a program: pid_t pid = fork(); if (0 == pid) // child process { execvp ...; } I send a signal (such as SIGINT) to the parent process, the child process receive the signal as well as the parent process. However I don't want to child process to receive the... (7 Replies)
Discussion started by: jackliang
7 Replies

10. Shell Programming and Scripting

forking a child process and kill its parent to show that child process has init() as its parent

Hi everyone i am very new to linux , working on bash shell. I am trying to solve the given problem 1. Create a process and then create children using fork 2. Check the Status of the application for successful running. 3. Kill all the process(threads) except parent and first child... (2 Replies)
Discussion started by: vizz_k
2 Replies
surfaces(6x)							XScreenSaver manual						      surfaces(6x)

NAME
surfaces - Draws some interesting 3d parametric surfaces. SYNOPSIS
surfaces [-display host:display.screen] [-visual visual] [-window] [-root] [-speed number] [-rand] [-spin] [-wander] [-fps] [-surface sur- face-name] [-random-surface] [-dini] [-enneper] [-kuen] [-moebius] [-seashell] [-swallowtail] [-bohemian] [-whitney] [-pluecker] [-hen- neberg] [-catalan] [-corkscrew] [-mode display-mode] [-random-mode] [-points] [-lines] [-line-loops] DESCRIPTION
This draws one of several three dimensional parametric surfaces. OPTIONS
-visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -window Draw on a newly-created window. This is the default. -root Draw on the root window. -delay number Per-frame delay, in microseconds. Default: 20000 (0.02 seconds.). -speed number Number of frames before changing shape. Default: 1000. -surface random (Shortcut: -random-surface) Display a random surface. This is the default. -surface dini (Shortcut: -dini) Display Dini's surface. -surface enneper (Shortcut: -enneper) Display Enneper's minimal surface. -surface kuen (Shortcut: -kuen) Display the Kuen surface. -surface moebius (Shortcut: -moebius) Display the Moebius strip. -surface seashell (Shortcut: -seashell) Display the seashell surface. -surface swallowtail (Shortcut: -swallowtail) Display the swallowtail catastrophe. -surface bohemian (Shortcut: -bohemian) Display the Bohemian dome. -surface whitney (Shortcut: -whitney) Display the Whitney umbrella. -surface pluecker (Shortcut: -pluecker) Display Pluecker's conoid. -surface henneberg (Shortcut: -henneberg) Display Henneberg's minimal surface. -surface catalan (Shortcut: -catalan) Display Catalan's minimal surface. -surface corkscrew (Shortcut: -corkscrew) Display the corkscrew surface. -mode random (Shortcut: -random-mode) Use random OpenGL primitives to display the surface. This is the default. -mode points (Shortcut: -points) Use OpenGL points to display the surface. -mode lines (Shortcut: -lines) Use OpenGL lines to display the surface. -mode line-loops (Shortcut: -line-loops) Use OpenGL line loops to display the surface. -wander | -no-wander Whether to wander around the screen. -spin | -no-spin Whether to rotate around the center of the figure. -fps Display the current frame rate, CPU load, and polygon count. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. SEE ALSO
X(1), xscreensaver(1) AUTHORS
Andrey Mirtchovski, Carsten Steger X Version 11 5.15 (28-Sep-2011) surfaces(6x)
All times are GMT -4. The time now is 08:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy