Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 428024 | Differences between
and this patch

Collapse All | Expand All

(-)client/linux/crash_generation/crash_generation_server.h (-1 / +1 lines)
Lines 34-40 Link Here
34
34
35
#include <string>
35
#include <string>
36
36
37
#include "common/using_std_string.h"
37
#include "google-breakpad/common/using_std_string.h"
38
38
39
namespace google_breakpad {
39
namespace google_breakpad {
40
40
(-)client/linux/handler/exception_handler.h (-5 / +5 lines)
Lines 41-51 Link Here
41
#if defined(__ANDROID__)
41
#if defined(__ANDROID__)
42
#include "client/linux/android_ucontext.h"
42
#include "client/linux/android_ucontext.h"
43
#endif
43
#endif
44
#include "client/linux/crash_generation/crash_generation_client.h"
44
#include "google-breakpad/client/linux/crash_generation/crash_generation_client.h"
45
#include "client/linux/minidump_writer/minidump_writer.h"
45
#include "google-breakpad/client/linux/minidump_writer/minidump_writer.h"
46
#include "common/using_std_string.h"
46
#include "google-breakpad/common/using_std_string.h"
47
#include "google_breakpad/common/minidump_format.h"
47
#include "google-breakpad/common/minidump_format.h"
48
#include "processor/scoped_ptr.h"
48
#include "google-breakpad/processor/scoped_ptr.h"
49
49
50
struct sigaction;
50
struct sigaction;
51
51
(-)client/linux/minidump_writer/directory_reader.h (-1 / +1 lines)
Lines 37-43 Link Here
37
#include <errno.h>
37
#include <errno.h>
38
#include <string.h>
38
#include <string.h>
39
39
40
#include "third_party/lss/linux_syscall_support.h"
40
#include "google-breakpad/lss/linux_syscall_support.h"
41
41
42
namespace google_breakpad {
42
namespace google_breakpad {
43
43
(-)client/linux/minidump_writer/line_reader.h (-1 / +1 lines)
Lines 34-40 Link Here
34
#include <assert.h>
34
#include <assert.h>
35
#include <string.h>
35
#include <string.h>
36
36
37
#include "third_party/lss/linux_syscall_support.h"
37
#include "google-breakpad/lss/linux_syscall_support.h"
38
38
39
namespace google_breakpad {
39
namespace google_breakpad {
40
40
(-)client/linux/minidump_writer/linux_core_dumper.h (-3 / +3 lines)
Lines 34-42 Link Here
34
#ifndef CLIENT_LINUX_MINIDUMP_WRITER_LINUX_CORE_DUMPER_H_
34
#ifndef CLIENT_LINUX_MINIDUMP_WRITER_LINUX_CORE_DUMPER_H_
35
#define CLIENT_LINUX_MINIDUMP_WRITER_LINUX_CORE_DUMPER_H_
35
#define CLIENT_LINUX_MINIDUMP_WRITER_LINUX_CORE_DUMPER_H_
36
36
37
#include "client/linux/minidump_writer/linux_dumper.h"
37
#include "google-breakpad/client/linux/minidump_writer/linux_dumper.h"
38
#include "common/linux/elf_core_dump.h"
38
#include "google-breakpad/common/linux/elf_core_dump.h"
39
#include "common/linux/memory_mapped_file.h"
39
#include "google-breakpad/common/linux/memory_mapped_file.h"
40
40
41
namespace google_breakpad {
41
namespace google_breakpad {
42
42
(-)client/linux/minidump_writer/linux_dumper.h (-2 / +2 lines)
Lines 46-53 Link Here
46
#include <sys/user.h>
46
#include <sys/user.h>
47
#endif
47
#endif
48
48
49
#include "common/memory.h"
49
#include "google-breakpad/common/memory.h"
50
#include "google_breakpad/common/minidump_format.h"
50
#include "google-breakpad/common/minidump_format.h"
51
51
52
namespace google_breakpad {
52
namespace google_breakpad {
53
53
(-)client/linux/minidump_writer/linux_ptrace_dumper.h (-1 / +1 lines)
Lines 35-41 Link Here
35
#ifndef CLIENT_LINUX_MINIDUMP_WRITER_LINUX_PTRACE_DUMPER_H_
35
#ifndef CLIENT_LINUX_MINIDUMP_WRITER_LINUX_PTRACE_DUMPER_H_
36
#define CLIENT_LINUX_MINIDUMP_WRITER_LINUX_PTRACE_DUMPER_H_
36
#define CLIENT_LINUX_MINIDUMP_WRITER_LINUX_PTRACE_DUMPER_H_
37
37
38
#include "client/linux/minidump_writer/linux_dumper.h"
38
#include "google-breakpad/client/linux/minidump_writer/linux_dumper.h"
39
39
40
namespace google_breakpad {
40
namespace google_breakpad {
41
41
(-)client/linux/minidump_writer/minidump_writer.h (-2 / +2 lines)
Lines 36-43 Link Here
36
#include <list>
36
#include <list>
37
#include <utility>
37
#include <utility>
38
38
39
#include "client/linux/minidump_writer/linux_dumper.h"
39
#include "google-breakpad/client/linux/minidump_writer/linux_dumper.h"
40
#include "google_breakpad/common/minidump_format.h"
40
#include "google-breakpad/common/minidump_format.h"
41
41
42
namespace google_breakpad {
42
namespace google_breakpad {
43
43
(-)client/linux/minidump_writer/minidump_writer_unittest_utils.h (-1 / +1 lines)
Lines 35-41 Link Here
35
35
36
#include <string>
36
#include <string>
37
37
38
#include "common/using_std_string.h"
38
#include "google-breakpad/common/using_std_string.h"
39
39
40
namespace google_breakpad {
40
namespace google_breakpad {
41
41
(-)common/byte_cursor.h (-1 / +1 lines)
Lines 45-51 Link Here
45
#include <string.h>
45
#include <string.h>
46
#include <string>
46
#include <string>
47
47
48
#include "common/using_std_string.h"
48
#include "google-breakpad/common/using_std_string.h"
49
49
50
namespace google_breakpad {
50
namespace google_breakpad {
51
51
(-)common/dwarf_cfi_to_module.h (-3 / +3 lines)
Lines 46-54 Link Here
46
#include <string>
46
#include <string>
47
#include <vector>
47
#include <vector>
48
48
49
#include "common/module.h"
49
#include "google-breakpad/common/module.h"
50
#include "common/dwarf/dwarf2reader.h"
50
#include "google-breakpad/common/dwarf/dwarf2reader.h"
51
#include "common/using_std_string.h"
51
#include "google-breakpad/common/using_std_string.h"
52
52
53
namespace google_breakpad {
53
namespace google_breakpad {
54
54
(-)common/dwarf_cu_to_module.h (-6 / +6 lines)
Lines 41-52 Link Here
41
41
42
#include <string>
42
#include <string>
43
43
44
#include "common/language.h"
44
#include "google-breakpad/common/language.h"
45
#include "common/module.h"
45
#include "google-breakpad/common/module.h"
46
#include "common/dwarf/bytereader.h"
46
#include "google-breakpad/common/dwarf/bytereader.h"
47
#include "common/dwarf/dwarf2diehandler.h"
47
#include "google-breakpad/common/dwarf/dwarf2diehandler.h"
48
#include "common/dwarf/dwarf2reader.h"
48
#include "google-breakpad/common/dwarf/dwarf2reader.h"
49
#include "common/using_std_string.h"
49
#include "google-breakpad/common/using_std_string.h"
50
50
51
namespace google_breakpad {
51
namespace google_breakpad {
52
52
(-)common/dwarf_line_to_module.h (-3 / +3 lines)
Lines 40-48 Link Here
40
40
41
#include <string>
41
#include <string>
42
42
43
#include "common/module.h"
43
#include "google-breakpad/common/module.h"
44
#include "common/dwarf/dwarf2reader.h"
44
#include "google-breakpad/common/dwarf/dwarf2reader.h"
45
#include "common/using_std_string.h"
45
#include "google-breakpad/common/using_std_string.h"
46
46
47
namespace google_breakpad {
47
namespace google_breakpad {
48
48
(-)common/language.h (-1 / +1 lines)
Lines 40-46 Link Here
40
40
41
#include <string>
41
#include <string>
42
42
43
#include "common/using_std_string.h"
43
#include "google-breakpad/common/using_std_string.h"
44
44
45
namespace google_breakpad {
45
namespace google_breakpad {
46
46
(-)common/memory.h (-1 / +1 lines)
Lines 41-47 Link Here
41
#define sys_munmap munmap
41
#define sys_munmap munmap
42
#define MAP_ANONYMOUS MAP_ANON
42
#define MAP_ANONYMOUS MAP_ANON
43
#else
43
#else
44
#include "third_party/lss/linux_syscall_support.h"
44
#include "google-breakpad/lss/linux_syscall_support.h"
45
#endif
45
#endif
46
46
47
namespace google_breakpad {
47
namespace google_breakpad {
(-)common/memory_range.h (-1 / +1 lines)
Lines 36-42 Link Here
36
36
37
#include <stddef.h>
37
#include <stddef.h>
38
38
39
#include "google_breakpad/common/breakpad_types.h"
39
#include "google-breakpad/common/breakpad_types.h"
40
40
41
namespace google_breakpad {
41
namespace google_breakpad {
42
42
(-)common/minidump_exception_linux.h (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
#include <stddef.h>
42
#include <stddef.h>
43
43
44
#include "google_breakpad/common/breakpad_types.h"
44
#include "google-breakpad/common/breakpad_types.h"
45
45
46
46
47
/* For (MDException).exception_code.  These values come from bits/signum.h.
47
/* For (MDException).exception_code.  These values come from bits/signum.h.
(-)common/minidump_exception_mac.h (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
#include <stddef.h>
42
#include <stddef.h>
43
43
44
#include "google_breakpad/common/breakpad_types.h"
44
#include "google-breakpad/common/breakpad_types.h"
45
45
46
/* For (MDException).exception_code.  Breakpad minidump extension for Mac OS X
46
/* For (MDException).exception_code.  Breakpad minidump extension for Mac OS X
47
 * support.  Based on Darwin/Mac OS X' mach/exception_types.h.  This is
47
 * support.  Based on Darwin/Mac OS X' mach/exception_types.h.  This is
(-)common/minidump_exception_solaris.h (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
#include <stddef.h>
42
#include <stddef.h>
43
43
44
#include "google_breakpad/common/breakpad_types.h"
44
#include "google-breakpad/common/breakpad_types.h"
45
45
46
/* For (MDException).exception_code.  These values come from sys/iso/signal_iso.h
46
/* For (MDException).exception_code.  These values come from sys/iso/signal_iso.h
47
 */
47
 */
(-)common/minidump_exception_win32.h (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
#include <stddef.h>
42
#include <stddef.h>
43
43
44
#include "google_breakpad/common/breakpad_types.h"
44
#include "google-breakpad/common/breakpad_types.h"
45
45
46
46
47
/* For (MDException).exception_code.  These values come from WinBase.h
47
/* For (MDException).exception_code.  These values come from WinBase.h
(-)common/minidump_format.h (-1 / +1 lines)
Lines 63-69 Link Here
63
63
64
#include <stddef.h>
64
#include <stddef.h>
65
65
66
#include "google_breakpad/common/breakpad_types.h"
66
#include "google-breakpad/common/breakpad_types.h"
67
67
68
68
69
#if defined(_MSC_VER)
69
#if defined(_MSC_VER)
(-)common/minidump_size.h (-1 / +1 lines)
Lines 37-43 Link Here
37
37
38
#include <sys/types.h>
38
#include <sys/types.h>
39
39
40
#include "google_breakpad/common/minidump_format.h"
40
#include "google-breakpad/common/minidump_format.h"
41
41
42
namespace google_breakpad {
42
namespace google_breakpad {
43
43
(-)common/module.h (-2 / +2 lines)
Lines 44-51 Link Here
44
#include <string>
44
#include <string>
45
#include <vector>
45
#include <vector>
46
46
47
#include "common/using_std_string.h"
47
#include "google-breakpad/common/using_std_string.h"
48
#include "google_breakpad/common/breakpad_types.h"
48
#include "google-breakpad/common/breakpad_types.h"
49
49
50
namespace google_breakpad {
50
namespace google_breakpad {
51
51
(-)common/stabs_reader.h (-2 / +2 lines)
Lines 63-70 Link Here
63
#include <string>
63
#include <string>
64
#include <vector>
64
#include <vector>
65
65
66
#include "common/byte_cursor.h"
66
#include "google-breakpad/common/byte_cursor.h"
67
#include "common/using_std_string.h"
67
#include "google-breakpad/common/using_std_string.h"
68
68
69
namespace google_breakpad {
69
namespace google_breakpad {
70
70
(-)common/stabs_to_module.h (-3 / +3 lines)
Lines 43-51 Link Here
43
#include <string>
43
#include <string>
44
#include <vector>
44
#include <vector>
45
45
46
#include "common/module.h"
46
#include "google-breakpad/common/module.h"
47
#include "common/stabs_reader.h"
47
#include "google-breakpad/common/stabs_reader.h"
48
#include "common/using_std_string.h"
48
#include "google-breakpad/common/using_std_string.h"
49
49
50
namespace google_breakpad {
50
namespace google_breakpad {
51
51
(-)common/string_conversion.h (-2 / +2 lines)
Lines 35-42 Link Here
35
#include <string>
35
#include <string>
36
#include <vector>
36
#include <vector>
37
37
38
#include "common/using_std_string.h"
38
#include "google-breakpad/common/using_std_string.h"
39
#include "google_breakpad/common/breakpad_types.h"
39
#include "google-breakpad/common/breakpad_types.h"
40
40
41
namespace google_breakpad {
41
namespace google_breakpad {
42
  
42
  
(-)common/test_assembler.h (-2 / +2 lines)
Lines 60-67 Link Here
60
#include <vector>
60
#include <vector>
61
#include <string>
61
#include <string>
62
62
63
#include "common/using_std_string.h"
63
#include "google-breakpad/common/using_std_string.h"
64
#include "google_breakpad/common/breakpad_types.h"
64
#include "google-breakpad/common/breakpad_types.h"
65
65
66
namespace google_breakpad {
66
namespace google_breakpad {
67
67

Return to bug 428024