Sponsored Content
Full Discussion: gdb not found
Top Forums Programming gdb not found Post 302458099 by mind@work on Wednesday 29th of September 2010 04:45:40 PM
Old 09-29-2010
@Corona688:

I tried to install gdb on my robot but it has total of 12 MB hard drive whereas, gdb needs atleast 15MB.

So it is giving me "not enough space" error. So i guess would need to debug only with the printf statements Smilie
 

10 More Discussions You Might Find Interesting

1. Programming

GDB or DBX??

Which is better?? I have always been a gdb fan.. But ppl say dbx is beter better for debugging the core.. Do all GDB lovers agree to it??? :cool: (1 Reply)
Discussion started by: jyotipg
1 Replies

2. Programming

gdb command

I'm having problem understanding the how to use gdb command to debug my program. Can anyone give me some suggestion how to start, and examples. I read the manual in unix...I'm still confuse. (6 Replies)
Discussion started by: Confuse
6 Replies

3. Shell Programming and Scripting

how can i check in csh if command found or not found ?

hello all im trying to use in sun Solaris the information received from the top command now i several machines that dont have install the top program so when im running the script im geting error saying after im running this code : set MemoryInfo = `top | grep Memory` if (... (2 Replies)
Discussion started by: umen
2 Replies

4. Solaris

gdb for SunOS 5.6

I want to install gdb on SunOS 5.6 machine. Where can i download from ? (1 Reply)
Discussion started by: shafi2all
1 Replies

5. UNIX for Advanced & Expert Users

Gdb:

Hi, This is a simple question on GDB. Given a core file, how can you check which process has dumped the core? Regards - Krishna (1 Reply)
Discussion started by: krishnamurthig
1 Replies

6. UNIX for Advanced & Expert Users

Gdb

Hi All, I wanted to know if there is a core file generated and I am not sure for which Binary it is generated . Can I use gdb to debug the core file ? Thanks. (1 Reply)
Discussion started by: shubhranshu
1 Replies

7. UNIX for Advanced & Expert Users

Using Gdb

Hi All, I am trying to execute a binary and it is giving Segmentation Fault. Can I use gdb to debug this error? Secondly there is no core file generated , so when I an trying to run gdb with the binary only I am not able to set any breakpoints. When I am running the gdb and the I am... (1 Reply)
Discussion started by: shubhranshu
1 Replies

8. UNIX for Advanced & Expert Users

gdb and ptrace ????

Hi all What 's the relationship between gdb and ptrace, if the kernel does not support ptrace, can gdb work ? Is there some one can explain this for me (3 Replies)
Discussion started by: yanglei_fage
3 Replies

9. Programming

gdb help

i have created some break points in gdb. let's say.... b sqlcxt how can i know the breakpoint name of sqlcxt ??? (1 Reply)
Discussion started by: lipun4u
1 Replies

10. Programming

Qemu + gdb

Hi, I got: host machine: RedHat (RHEL6) virtual machine: RedHat (RHEL6) I run (on host machine): qemu-system-x86_64 ...... -S -s after that i run (on host machine): gdb target remote localhost:1234 set architecture i386:x86-64 and then i can use (on host machine) 'ctrl + c' to... (2 Replies)
Discussion started by: Chrisdot
2 Replies
QUAKE3(6)							   Games Manual 							 QUAKE3(6)

NAME
quake3 - Quake III Arena client SYNOPSIS
quake3 [-h|--help] [-q|--quiet] [+set option value]... DESCRIPTION
quake3 is the client for Quake III Arena, a multiplayer network game. OPTIONS
The wrapper script used for Quake III Arena in Debian accepts these options: -h, --help Display a short help summary -q, --quiet Disable all console output Any console command can also be prefixed with + and used as a command-line option (press Shift+Esc to access the in-game console), includ- ing: +set option value Set an option (see below for some options) +connect server[:port] Connect to a server Options that can be set with +set (note that this is not a full list!) include: cg_drawFPS <bool> cg_drawTeamOverlay <bool> cg_fov <value> cg_lagometer <bool> cg_shadows <bool> cg_thirdPerson <bool> cg_thirdPersonAngle <value> cg_thirdPersonRange <value> cg_zoomfov <value> cl_mouseAccel <bool> com_blood <bool> com_hunkMegs <value> com_maxfps <value> com_soundMegs <value> com_zoneMegs <value> fs_basepath <string> fs_game <string> r_allowExtensions <bool> r_allowSoftwareGL <bool> r_customheight <value> (Requires +set r_mode -1) r_customwidth <value> (Requires +set r_mode -1) r_dynamiclight <bool> r_ext_compress_textures <bool> r_ext_compressed_textures <bool> r_fullscreen <bool> r_ignoreGLErrors <bool> r_mode <value> FILES
~/.q3a/baseq3 Configuration and state for Quake III Arena ~/.q3a/missionpack Configuration and state for Quake III: Team Arena, if installed ENVIRONMENT
The wrapper script used to launch Quake III Arena allows it to be debugged by setting environment variables. QUAKE3_DEBUGGER=command A debugger or other prefix to prepend to the Quake III command line, such as strace; overridden by QUAKE3_BACKTRACE QUAKE3_BACKTRACE=1 Use gdb(1) to get a backtrace if Quake III crashes (the gdb package must be installed) SEE ALSO
quake3-server(6), ioquake3(6) AUTHOR
The Quake III Arena binary used is a modified ioQuake3; originally created by Id Software, now maintained by the ioQuake3 community. This manual page was written by Jack "jscinoz" Coulter <jscinoz@gmail.com>, Bruno "Fuddl" Kleinert <fuddl@gmx.de> and Simon McVittie <smcv@debian.org> for the Debian project (but may be used by others). Permission is granted to copy, distribute and/or modify this docu- ment under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. 2010-10-15 QUAKE3(6)
All times are GMT -4. The time now is 12:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy