~ubuntu-branches/ubuntu/lucid/bug-buddy/lucid

« back to all changes in this revision

Viewing changes to google-breakpad/src/tools/mac/crash_report/crash_report.xcodeproj/project.pbxproj

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-17 11:52:38 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317115238-pelki75p8yvl9bw1
Tags: 2.26.0+dfsg-0ubuntu1
* New upstream release: (LP: #344132)
  - Don't hardcode a scrollkeeper check in the configure script.
  - Build correctly with --disable-eds.
  - Fix a segfault (Josseline Mouette).
  - Don't free uninitialized memory.
  - Drop libgnome and libgnomeui dependencies.
  - Make google-breakpad support optional (but enabled by default).
    Thanks to Sjoerd Simons.
  - Obtain the real path of the crashed process by looking in /proc.
    Thanks to Sam Morris and Matt Keenan.
  - Add an option to delete the included file after bug-buddy has
    processed it.
  - Implement a logger for pasting critical and fatal warnings in the
    stacktraces.
  - Include the loaded GTK+ modules in the stacktraces sent to bugzilla.
  - Update google-breakpad to SVN r290.
  - Compile with all the GLib/GTK+ deprecation flags.
* debian/control.in:
  - remove scroolkeeper, libgnome2-dev and libgnomeui-dev b-d
  - bump libgtk2.0-dev to 2.14
  - add libgconf2-dev
  - add Vcs-Bzr tag
  - re-generate debian/control
* debian/patches:
  - remove 01_double-free.patch as taken upstream
  - remove 02_disable_breakpad.patch as upstream handle --disable-*
    (and so, --disable-google-breakpad)
  - refresh 70_automake-autoconf.patch
* debian/rules: remove --disable-scrollkeeper as removed in configure
  file
* Adapt debian/watch to get unstable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                9BE650B50B52FE3000611104 /* macho_id.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9BE650AF0B52FE3000611104 /* macho_id.h */; };
44
44
                9BE650B60B52FE3000611104 /* macho_walker.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9BE650B00B52FE3000611104 /* macho_walker.cc */; };
45
45
                9BE650B70B52FE3000611104 /* macho_walker.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9BE650B10B52FE3000611104 /* macho_walker.h */; };
 
46
                F9C7ECE50E8ABCA600E953AD /* bytereader.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9C7ECE20E8ABCA600E953AD /* bytereader.cc */; };
 
47
                F9C7ECE60E8ABCA600E953AD /* dwarf2reader.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9C7ECE30E8ABCA600E953AD /* dwarf2reader.cc */; };
 
48
                F9C7ECE70E8ABCA600E953AD /* functioninfo.cc in Sources */ = {isa = PBXBuildFile; fileRef = F9C7ECE40E8ABCA600E953AD /* functioninfo.cc */; };
 
49
                FD6625CD0CF4D45C004AC844 /* stackwalker_amd64.cc in Sources */ = {isa = PBXBuildFile; fileRef = FD6625C40CF4D438004AC844 /* stackwalker_amd64.cc */; };
 
50
                FD8EDEAE0CADDAD400A5EDF1 /* stackwalker_sparc.cc in Sources */ = {isa = PBXBuildFile; fileRef = FD8EDEAC0CADDAD400A5EDF1 /* stackwalker_sparc.cc */; };
 
51
                FD8EDEAF0CADDAD400A5EDF1 /* stackwalker_sparc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = FD8EDEAD0CADDAD400A5EDF1 /* stackwalker_sparc.h */; };
46
52
/* End PBXBuildFile section */
47
53
 
48
54
/* Begin PBXCopyFilesBuildPhase section */
69
75
                                9BE650B70B52FE3000611104 /* macho_walker.h in CopyFiles */,
70
76
                                9B44619E0B66C66B00BBB817 /* system_info.h in CopyFiles */,
71
77
                                557800410BE1F28500EC23E0 /* macho_utilities.h in CopyFiles */,
 
78
                                FD8EDEAF0CADDAD400A5EDF1 /* stackwalker_sparc.h in CopyFiles */,
72
79
                        );
73
80
                        runOnlyForDeploymentPostprocessing = 1;
74
81
                };
123
130
                9BE650AF0B52FE3000611104 /* macho_id.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = macho_id.h; path = ../../../common/mac/macho_id.h; sourceTree = SOURCE_ROOT; };
124
131
                9BE650B00B52FE3000611104 /* macho_walker.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = macho_walker.cc; path = ../../../common/mac/macho_walker.cc; sourceTree = SOURCE_ROOT; };
125
132
                9BE650B10B52FE3000611104 /* macho_walker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = macho_walker.h; path = ../../../common/mac/macho_walker.h; sourceTree = SOURCE_ROOT; };
 
133
                F9C7ECE20E8ABCA600E953AD /* bytereader.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bytereader.cc; path = ../../../common/mac/dwarf/bytereader.cc; sourceTree = SOURCE_ROOT; };
 
134
                F9C7ECE30E8ABCA600E953AD /* dwarf2reader.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dwarf2reader.cc; path = ../../../common/mac/dwarf/dwarf2reader.cc; sourceTree = SOURCE_ROOT; };
 
135
                F9C7ECE40E8ABCA600E953AD /* functioninfo.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = functioninfo.cc; path = ../../../common/mac/dwarf/functioninfo.cc; sourceTree = SOURCE_ROOT; };
 
136
                FD6625C40CF4D438004AC844 /* stackwalker_amd64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = stackwalker_amd64.cc; path = ../../../processor/stackwalker_amd64.cc; sourceTree = SOURCE_ROOT; };
 
137
                FD6625C50CF4D438004AC844 /* stackwalker_amd64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stackwalker_amd64.h; path = ../../../processor/stackwalker_amd64.h; sourceTree = SOURCE_ROOT; };
 
138
                FD8EDEAC0CADDAD400A5EDF1 /* stackwalker_sparc.cc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = stackwalker_sparc.cc; path = ../../../processor/stackwalker_sparc.cc; sourceTree = SOURCE_ROOT; };
 
139
                FD8EDEAD0CADDAD400A5EDF1 /* stackwalker_sparc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = stackwalker_sparc.h; path = ../../../processor/stackwalker_sparc.h; sourceTree = SOURCE_ROOT; };
126
140
/* End PBXFileReference section */
127
141
 
128
142
/* Begin PBXFrameworksBuildPhase section */
140
154
                08FB7794FE84155DC02AAC07 /* crash_report */ = {
141
155
                        isa = PBXGroup;
142
156
                        children = (
 
157
                                F9C7ECE10E8ABC7F00E953AD /* DWARF */,
143
158
                                5578003E0BE1F28500EC23E0 /* macho_utilities.cc */,
144
159
                                5578003F0BE1F28500EC23E0 /* macho_utilities.h */,
145
160
                                9BDF192D0B1BC15D00F8391B /* dump_syms.h */,
240
255
                                9BDF17530B1B8BF900F8391B /* stackwalker.cc */,
241
256
                                9BDF17510B1B8BF900F8391B /* stackwalker_ppc.cc */,
242
257
                                9BDF17520B1B8BF900F8391B /* stackwalker_x86.cc */,
 
258
                                FD8EDEAC0CADDAD400A5EDF1 /* stackwalker_sparc.cc */,
 
259
                                FD8EDEAD0CADDAD400A5EDF1 /* stackwalker_sparc.h */,
 
260
                                FD6625C40CF4D438004AC844 /* stackwalker_amd64.cc */,
 
261
                                FD6625C50CF4D438004AC844 /* stackwalker_amd64.h */,
243
262
                        );
244
263
                        name = processor;
245
264
                        sourceTree = "<group>";
257
276
                        name = common;
258
277
                        sourceTree = "<group>";
259
278
                };
 
279
                F9C7ECE10E8ABC7F00E953AD /* DWARF */ = {
 
280
                        isa = PBXGroup;
 
281
                        children = (
 
282
                                F9C7ECE20E8ABCA600E953AD /* bytereader.cc */,
 
283
                                F9C7ECE30E8ABCA600E953AD /* dwarf2reader.cc */,
 
284
                                F9C7ECE40E8ABCA600E953AD /* functioninfo.cc */,
 
285
                        );
 
286
                        name = DWARF;
 
287
                        sourceTree = "<group>";
 
288
                };
260
289
/* End PBXGroup section */
261
290
 
262
291
/* Begin PBXNativeTarget section */
284
313
                08FB7793FE84155DC02AAC07 /* Project object */ = {
285
314
                        isa = PBXProject;
286
315
                        buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "crash_report" */;
 
316
                        compatibilityVersion = "Xcode 2.4";
287
317
                        hasScannedForEncodings = 1;
288
318
                        mainGroup = 08FB7794FE84155DC02AAC07 /* crash_report */;
289
319
                        projectDirPath = "";
 
320
                        projectRoot = "";
290
321
                        targets = (
291
322
                                8DD76F960486AA7600D96B5E /* crash_report */,
292
323
                        );
316
347
                                9BE650B60B52FE3000611104 /* macho_walker.cc in Sources */,
317
348
                                557800400BE1F28500EC23E0 /* macho_utilities.cc in Sources */,
318
349
                                8B40BDC00C0638E4009535AF /* logging.cc in Sources */,
 
350
                                FD8EDEAE0CADDAD400A5EDF1 /* stackwalker_sparc.cc in Sources */,
 
351
                                FD6625CD0CF4D45C004AC844 /* stackwalker_amd64.cc in Sources */,
 
352
                                F9C7ECE50E8ABCA600E953AD /* bytereader.cc in Sources */,
 
353
                                F9C7ECE60E8ABCA600E953AD /* dwarf2reader.cc in Sources */,
 
354
                                F9C7ECE70E8ABCA600E953AD /* functioninfo.cc in Sources */,
319
355
                        );
320
356
                        runOnlyForDeploymentPostprocessing = 0;
321
357
                };