Changes between Version 12 and Version 13 of AndreesStuff
- Timestamp:
- Sep 26, 2006, 2:22:07 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndreesStuff
v12 v13 160 160 }}} 161 161 162 = == Creating Backtraces ===162 = Creating Backtraces = 163 163 164 164 == General == … … 259 259 == Advanced Topics == 260 260 261 = Attaching to Running Processes=261 === Attaching to Running Processes === 262 262 263 263 You can attach to a running process using: … … 271 271 This can be particulary useful when running '''mondoarchive''' with the '-g' or when running '''mondorestore'''. 272 272 273 = Using libraries with debugging symbols=273 === Using libraries with debugging symbols === 274 274 275 275 The libraries used by a binary can be determined using the ldd command, e.g.: