일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 양양솔비치세프스키친
- 사진문자추출하기
- 영통역소고기
- 홍시스무디
- DFS
- 고마워다음
- 영통칠프로칠백식당
- 커피쏟음
- 양양솔비치아침
- 종이캐리어
- 결항
- 싱가폴중학교수학문제
- 당근마켓중고차
- 검색완료
- 아이혼자다녀옴
- 푸르지오포레피스
- 주차넉넉
- 파이썬
- 영통외식
- 결항전문
- 오트눈썰매장
- 커피
- 중학교입학수학문제
- 양양솔비치 뷔페
- 가족소고기외식
- 사진에서 글자추출
- 양양솔비치조식
- 편도수술
- 에어아시아
- 사진문자추출
- Today
- Total
너와나의 관심사
gdb 사용 관련 정리 본문
우분투 debianize
※dbg package: debug symbol을 가진 패키지로 debian/rules 파일에 명시해줌으로 만들어 진다
현재 debian 패키지에서 gdb를 사용하려면
1. 해당 dbg 패키지 설치 한후에 gdb 실행후 dir 로 해당 소스코드 dir 를 정해주면 바로 break 를 잡고 debugging 을 할 수 있습니다.
ex )
# gdb /usr/bin/실행 파일
GNU gdb (GDB) 7.1
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-unknown-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from
done.
(gdb) list
585 ../src/: No such file or directory.
(gdb) dir /mnt/nfs/src/
Source directories searched: /mnt/nfs/src:$cdir:$cwd
(gdb) list