index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK.
mmentovai
2010-11-08
1
-0
/
+1
*
Put MachIPC into the google_breakpad namespace
ted.mielczarek@gmail.com
2010-08-16
2
-0
/
+6
*
Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...
ted.mielczarek@gmail.com
2010-08-13
3
-5
/
+64
*
Breakpad uses x86 as the architecture name, not i386. Most tools don't care
mark@chromium.org
2010-08-06
1
-2
/
+6
*
Review: http://breakpad.appspot.com/136001
dmaclach
2010-07-28
1
-6
/
+6
*
Clean up build for 64 bit.
dmaclach
2010-07-19
15
-32
/
+193
*
Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.
ted.mielczarek
2010-06-25
3
-1209
/
+536
*
Breakpad Mac symbol dumper: Add new Mach-O reader class.
ted.mielczarek
2010-06-25
3
-0
/
+2881
*
Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6
jimblandy
2010-05-05
3
-30
/
+80
*
issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...
ted.mielczarek
2010-04-29
3
-5
/
+9
*
Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...
jimblandy@gmail.com
2009-12-15
12
-2564
/
+4
*
Issue 32002: Breakpad DWARF parser: Update char decls to be signed
jimblandy@gmail.com
2009-10-08
1
-17
/
+23
*
10.6 SDK compatibility fixes. No bug.
mmentovai
2009-10-06
4
-2
/
+8
*
Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.
jimblandy@gmail.com
2009-09-03
5
-46
/
+3
*
Provide a real std::string hash, not just a forward declaration for something
mmentovai
2009-08-20
1
-8
/
+19
*
Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ...
nealsid
2009-07-17
1
-4
/
+11
*
Incorporate feedback from first Breakpad integration.
nealsid
2009-04-06
1
-1
/
+1
*
Open sourcing the Breakpad framework from Google.
nealsid
2009-04-01
10
-0
/
+3513
*
See https://bugzilla.mozilla.org/show_bug.cgi?id=397200
nealsid
2009-02-22
1
-3
/
+0
*
Issue 283 - DWARF dumper doesn't handle DW_AT_specification. r=nealsid
ted.mielczarek
2008-12-08
2
-0
/
+39
*
Issue 284 - DWARF dumper doesn't output function names including arguments. r...
ted.mielczarek
2008-12-08
3
-3
/
+17
*
issue 286 - clean up some demangling code in dump_syms.mm. r=chris rogers
ted.mielczarek
2008-12-03
2
-85
/
+16
*
follow up for issue 281 - dump_syms fails to find dylib symbol file inside of...
ted.mielczarek
2008-12-01
1
-7
/
+6
*
issue 281 - dump_syms fails to find dylib symbol file inside of a bundle. r=n...
ted.mielczarek
2008-12-01
1
-3
/
+5
*
Fix for dump_syms to ignore line number information for addresses that don't ...
nealsid
2008-11-03
1
-16
/
+25
*
Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...
nealsid
2008-10-22
1
-2
/
+8
*
Fix for DWARF processing when inline functions were encountered. Inline func...
nealsid
2008-10-14
1
-5
/
+37
*
Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...
nealsid
2008-10-08
12
-14
/
+2862
*
Fix to ignore source files that have a text address of 0 in their stabs entry
nealsid
2008-05-19
1
-0
/
+10
*
Issue 208: Reviewer waylonis
ladderbreaker
2007-09-19
1
-1
/
+5
*
Issue 199: Reviewed by Waylonis
ladderbreaker
2007-08-17
1
-3
/
+6
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-1
/
+8
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-7
/
+9
*
Issue 197: reviewed by Waylonis
ladderbreaker
2007-08-16
1
-11
/
+13
*
issue 154: reviewed by Waylonis
ladderbreaker
2007-06-06
1
-2
/
+10
*
Issue 166 - reviewer Waylonis
ladderbreaker
2007-05-09
1
-4
/
+1
*
Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,...
ted.mielczarek
2007-05-08
1
-0
/
+5
*
simply fix no newline at end of file
ladderbreaker
2007-05-04
1
-1
/
+1
*
Issue 158: reviewer ladderbreaker
ladderbreaker
2007-05-03
1
-84
/
+22
*
Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers
ted.mielczarek
2007-05-03
5
-7
/
+187
*
c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Dave
mmentovai
2007-04-12
1
-37
/
+37
*
Issue 147 - reviewer Waylonis
ladderbreaker
2007-04-11
1
-10
/
+32
*
Revert previous patch, see google-breakpad-dev
mmentovai
2007-04-05
1
-1
/
+0
*
Fix temp file leak. Patch by Thomas Thiriez. r=me
mmentovai
2007-04-05
1
-0
/
+1
*
Issue 147 - reviewer Waylonis
ladderbreaker
2007-04-03
1
-0
/
+3
*
Issue 146 - reviewer Waylonis
ladderbreaker
2007-04-02
2
-45
/
+76
*
issue141: reviewer Waylonis
ladderbreaker
2007-03-23
1
-1
/
+4
*
issue 134: reduce timeout period for minidump upload : reviwer waylonis
ladderbreaker
2007-03-16
1
-1
/
+5
*
issue 133: Mach-o UUID generation has problems - reviewed by waylonis
ladderbreaker
2007-03-16
1
-6
/
+13
*
fixes for issue 129 : reviewed by Waylonis
ladderbreaker
2007-03-09
2
-24
/
+101
[next]