GDB Pocket Reference - Helion
ISBN: 978-05-965-5335-7
stron: 78, Format: ebook
Data wydania: 2005-05-02
Księgarnia: Helion
Cena książki: 29,67 zł (poprzednio: 34,50 zł)
Oszczędzasz: 14% (-4,83 zł)
Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB can be ported to Windows, Microsoft developers and others who use this platform can also take advantage of this amazing free software that allows you to see exactly what's going on inside of a program as it's executing. This new pocket guide gives you a convenient quick reference for using the debugger with several different programming languages, including C, C++, Java, Fortran and Assembly.The GNU debugger is the most useful tool during the testing phase of the software development cycle because it helps you catch bugs in the act. You can see what a program was doing at the moment it crashed, and then readily pinpoint and correct problem code. With the GDB Pocket Reference on hand, the process is quick and painless. The book covers the essentials of using GBD is a testing environment, including how to specify a target for debugging and how to make a program stop on specified conditions.This handy guide also provides details on using the debugger to examine the stack, source files and data to find the cause of program failure-and then explains ways to use GBD to make quick changes to the program for further testing and debugging.The ability to spot a bug in real time with GDB can save you hours of frustration, and having a quick way to refer to GBD's essential functions is key to making the process work. Once you get your hands on the GDB Pocket Reference, you'll never let go!
Osoby które kupowały "GDB Pocket Reference", wybierały także:
- Język C. Kurs video. Praktyczne wprowadzenie do programowania 98,98 zł, (39,59 zł -60%)
- Internet rzeczy. Podstawy programowania aplikacji i serwer 99,00 zł, (49,50 zł -50%)
- Nowoczesny C. Przegl 119,00 zł, (59,50 zł -50%)
- Efektywny C. Wprowadzenie do profesjonalnego programowania 69,00 zł, (34,50 zł -50%)
- Język C. Solidna wiedza w praktyce. Wydanie VIII 199,00 zł, (99,50 zł -50%)
Spis treści
GDB Pocket Reference eBook -- spis treści
- GDB Pocket Reference
- SPECIAL OFFER: Upgrade this ebook with OReilly
- 1. GDB Pocket Reference
- Introduction
- Conventions Used in This Book
- Conceptual Overview
- Source Code Locations
- Command-Line Syntax
- Initialization Files
- The .gdbinit File
- The .inputrc File
- GDB Expressions
- The Value History
- Convenience Variables and Machine Registers
- Special Expressions
- The GDB Text User Interface
- Group Listing of GDB Commands
- Aliases for Other Commands
- Breakpoints
- Examining Data
- Controlling and Examining Files
- Running a Program
- Examining the Stack
- Status Inquiries
- Support Facilities
- Text User Interface Commands
- Frequently Used Commands
- Summary of set and show Commands
- annotate
- architecture
- args
- auto-solib-add
- auto-solib-limit
- backtrace
- breakpoint
- can-use-hw-watchpoints
- case-sensitive
- coerce-float-to-double
- commands
- complaints
- confirm
- convenience
- copying
- cp-abi
- debug-file-directory
- demangle-style
- directories
- disassembly-flavor
- editing
- environment
- exec-done-display
- extension-language
- follow-fork-mode
- gnutarget
- height
- history
- input-radix
- language
- listsize
- logging
- max-user-call-depth
- opaque-type-resolution
- osabi
- output-radix
- overload-resolution
- pagination
- paths
- prompt
- radix
- scheduler-locking
- solib-absolute-prefix
- solib-search-path
- step-mode
- stop-on-solib-events
- symbol-reloading
- trust-readonly-sections
- tui
- values
- variable
- verbose
- version
- warranty
- watchdog
- width
- write
- Summary of the info Command
- Alphabetical Summary of GDB Commands
- add-symbol-file
- advance
- apropos
- attach
- awatch
- backtrace
- break
- call
- catch
- cd
- clear
- commands
- complete
- condition
- continue
- core-file
- define
- delete
- detach
- directory
- disable
- disassemble
- display
- document
- dont-repeat
- down
- down-silently
- echo
- edit
- else
- enable
- end
- exec-file
- fg
- file
- finish
- focus
- forward-search
- frame
- generate-core-file
- handle
- hbreak
- help
- if
- ignore
- inspect
- info
- jump
- kill
- layout
- list
- macro
- make
- mem
- next
- nexti
- nosharedlibrary
- output
- path
- print-object
- printf
- ptype
- pwd
- quit
- rbreak
- refresh
- return
- reverse-search
- run
- rwatch
- search
- section
- select-frame
- set
- sharedlibrary
- shell
- show
- signal
- silent
- source
- step
- stepi
- symbol-file
- tbreak
- tcatch
- thbreak
- thread
- tty
- tui
- undisplay
- unset
- until
- up
- up-silently
- update
- watch
- whatis
- where
- while
- winheight
- x
- Index
- About the Author
- SPECIAL OFFER: Upgrade this ebook with OReilly