<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.pchero21.com/index.php?action=history&amp;feed=atom&amp;title=Debuginfo</id>
	<title>Debuginfo - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.pchero21.com/index.php?action=history&amp;feed=atom&amp;title=Debuginfo"/>
	<link rel="alternate" type="text/html" href="http://wiki.pchero21.com/index.php?title=Debuginfo&amp;action=history"/>
	<updated>2026-05-13T18:17:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://wiki.pchero21.com/index.php?title=Debuginfo&amp;diff=729&amp;oldid=prev</id>
		<title>Pchero: Created page with &quot;== Overview == Debuginfo 내용 정리.  Debuginfo 는 RPM 패키지 사용시 발생한 Core-dump 파일을 분석할 때 필요한 debugging 내용을 담아놓은 패키지...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.pchero21.com/index.php?title=Debuginfo&amp;diff=729&amp;oldid=prev"/>
		<updated>2016-02-19T09:22:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Overview == Debuginfo 내용 정리.  Debuginfo 는 RPM 패키지 사용시 발생한 Core-dump 파일을 분석할 때 필요한 debugging 내용을 담아놓은 패키지...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Overview ==&lt;br /&gt;
Debuginfo 내용 정리.&lt;br /&gt;
&lt;br /&gt;
Debuginfo 는 RPM 패키지 사용시 발생한 Core-dump 파일을 분석할 때 필요한 debugging 내용을 담아놓은 패키지이다.&lt;br /&gt;
&lt;br /&gt;
== Install ==&lt;br /&gt;
=== debuginfo-install ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ debuginfo-install [options] package1 [package2] [package..]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== yum/rpm ===&lt;br /&gt;
Yum 명령어로도 debuginfo 패키지 설치가 가능하다. -debuginfo 라는 postfix 를 가진다.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ yum install &amp;lt;package name&amp;gt;-debuginfo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Create debuginfo ==&lt;br /&gt;
rpmbuild 명령어 사용시, -ba 옵션을 붙여주면 &amp;lt;package name&amp;gt;-debuginfo.rpm 패키지를 같이 생성해준다.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ rpmbuild -ba foo.spec&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== debug with debuginfo ==&lt;br /&gt;
그냥 core 파일을 gdb 로 열면, 알아서 디버그 관련 정보를 로드해준다. 편리하다! :)&lt;br /&gt;
&lt;br /&gt;
[[category:programming]]&lt;/div&gt;</summary>
		<author><name>Pchero</name></author>
	</entry>
</feed>