2006-02-26 Dan Williams <dcbw@redhat.com>

* src/Makefile.am
		- make and install nm-crash-logger

	* src/nm-logging.[ch]
	  	- New files; consolidate logging and crash handling

	* src/nm-crash-logger.c
	  src/gdb-cmd
		- Standalong crashlogger for NM, grab a backtrace
			using GDB

	* src/NetworkManager.[ch]
		- Remove signal handling and put it into nm-logging.c


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1499 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2006-02-27 04:31:52 +00:00
parent ad38b25413
commit b06df42628
8 changed files with 426 additions and 85 deletions

3
src/gdb-cmd Normal file
View File

@@ -0,0 +1,3 @@
bt
thread apply all bt full
q