Changes between Version 12 and Version 13 of AndreesStuff


Ignore:
Timestamp:
Sep 26, 2006, 2:22:07 PM (18 years ago)
Author:
andree
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndreesStuff

    v12 v13  
    160160}}}
    161161
    162 === Creating Backtraces ===
     162= Creating Backtraces =
    163163
    164164== General ==
     
    259259== Advanced Topics ==
    260260
    261 = Attaching to Running Processes =
     261=== Attaching to Running Processes ===
    262262
    263263You can attach to a running process using:
     
    271271This can be particulary useful when running '''mondoarchive''' with the '-g' or when running '''mondorestore'''.
    272272
    273 = Using libraries with debugging symbols =
     273=== Using libraries with debugging symbols ===
    274274
    275275The libraries used by a binary can be determined using the ldd command, e.g.: