breakpad/src/client/linux/minidump_writer
primiano@chromium.org 3365fe7986 Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
The PopSeccompStackFrame was introduced to deal with stack frames
originated in the legacy seccomp sandbox. The only user of that
sandbox was Google Chrome, but the legacy sandbox has been
deprecated in 2013 (crrev.com/1290643003) in favor of the new
bpf sandbox.
Removing this dead code as it has some small bound checking bug
which causes occasional crashes in WebView (which are totally
unrelated to the sandbox).

Note: this will require a corresponding change in the chromium
GYP/GN build files to roll.

BUG=665,chromium:477444
R=jln@chromium.org, mark@chromium.org, torne@chromium.org

Review URL: https://codereview.chromium.org/1299593003 .

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1492 4c0a9323-5329-0410-9bdc-e9ce6186880e
2015-08-18 08:38:14 +00:00
..
cpu_set.h Improve ARM CPU info reporting. 2013-04-24 10:06:14 +00:00
cpu_set_unittest.cc Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's 2013-12-03 19:01:17 +00:00
directory_reader.h SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411002/, since revision 1001 only contains the new src/client/linux/linux_libc_support.cc and none of the other required files. 2012-08-03 15:01:52 +00:00
directory_reader_unittest.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
line_reader.h SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411002/, since revision 1001 only contains the new src/client/linux/linux_libc_support.cc and none of the other required files. 2012-08-03 15:01:52 +00:00
line_reader_unittest.cc Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's 2013-12-03 19:01:17 +00:00
linux_core_dumper.cc [MIPS]: Use mcontext_t structure for MIPS 2015-04-21 21:34:14 +00:00
linux_core_dumper.h Handle failures of copying process data from a core file. 2015-02-02 23:27:27 +00:00
linux_core_dumper_unittest.cc Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is dumped. 2014-04-23 10:20:00 +00:00
linux_dumper.cc Adjust breakpad module size to match adjusted start_addr. 2015-06-30 13:30:22 +00:00
linux_dumper.h Update breakpad for Android packed relocations. 2015-06-19 16:30:42 +00:00
linux_dumper_unittest_helper.cc Add Arm64 support to breakpad unittests. 2014-04-08 17:36:11 +00:00
linux_ptrace_dumper.cc Fix breakpad for arm on arm64 2015-08-05 22:48:48 +00:00
linux_ptrace_dumper.h Handle failures of copying process data from a core file. 2015-02-02 23:27:27 +00:00
linux_ptrace_dumper_unittest.cc [MIPS]: Use mcontext_t structure for MIPS 2015-04-21 21:34:14 +00:00
minidump_writer.cc Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox 2015-08-18 08:38:14 +00:00
minidump_writer.h Introduce microdump writer class. 2014-10-28 16:45:14 +00:00
minidump_writer_unittest.cc Add Arm64 support to breakpad unittests. 2014-04-08 17:36:11 +00:00
minidump_writer_unittest_utils.cc Fixing various compiler warnings and applying minor tweaks to allow running of 2012-07-02 22:55:57 +00:00
minidump_writer_unittest_utils.h Fixing various compiler warnings and applying minor tweaks to allow running of 2012-07-02 22:55:57 +00:00
proc_cpuinfo_reader.h Improve ARM CPU info reporting. 2013-04-24 10:06:14 +00:00
proc_cpuinfo_reader_unittest.cc Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's 2013-12-03 19:01:17 +00:00