mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-02 04:34:47 +01:00
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 |
||
|---|---|---|
| .. | ||
| cpu_set.h | ||
| cpu_set_unittest.cc | ||
| directory_reader.h | ||
| directory_reader_unittest.cc | ||
| line_reader.h | ||
| line_reader_unittest.cc | ||
| linux_core_dumper.cc | ||
| linux_core_dumper.h | ||
| linux_core_dumper_unittest.cc | ||
| linux_dumper.cc | ||
| linux_dumper.h | ||
| linux_dumper_unittest_helper.cc | ||
| linux_ptrace_dumper.cc | ||
| linux_ptrace_dumper.h | ||
| linux_ptrace_dumper_unittest.cc | ||
| minidump_writer.cc | ||
| minidump_writer.h | ||
| minidump_writer_unittest.cc | ||
| minidump_writer_unittest_utils.cc | ||
| minidump_writer_unittest_utils.h | ||
| proc_cpuinfo_reader.h | ||
| proc_cpuinfo_reader_unittest.cc | ||