Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(19)

Issue 400002: Mechanical change to allow the co-existance of std::string with a global ::string class (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by ivanpe.google
Modified:
10 years, 9 months ago
Reviewers:
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/src/
Visibility:
Public.

Description

This change allows compiling google-breakpad using a global ::string class
instead of std::string.  For more details take a look at
common/using_std_string.h

Patch Set 1 #

Total comments: 34

Patch Set 2 : Fixing include-what-you-use issues #

Patch Set 3 : Fixing broken indentation #

Patch Set 4 : Extended the impact of this change to a couple of more files under src/client #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M client/linux/crash_generation/crash_generation_server.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M client/linux/crash_generation/crash_generation_server.h View 1 2 3 5 chunks +6 lines, -4 lines 0 comments Download
M client/linux/handler/exception_handler.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M client/linux/handler/exception_handler.h View 1 2 3 7 chunks +11 lines, -10 lines 0 comments Download
M client/linux/handler/exception_handler_unittest.cc View 1 2 3 7 chunks +7 lines, -6 lines 0 comments Download
M client/linux/minidump_writer/directory_reader_unittest.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M client/linux/minidump_writer/linux_core_dumper_unittest.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M client/linux/minidump_writer/linux_ptrace_dumper_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M client/linux/minidump_writer/minidump_writer_unittest.cc View 1 2 3 7 chunks +7 lines, -6 lines 0 comments Download
M client/linux/sender/google_crash_report_sender.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M common/byte_cursor.h View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M common/byte_cursor_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M common/dwarf/bytereader_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M common/dwarf/cfi_assembler.h View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M common/dwarf/dwarf2diehandler.cc View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
M common/dwarf/dwarf2diehandler.h View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M common/dwarf/dwarf2diehandler_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/dwarf/dwarf2reader.cc View 1 2 3 8 chunks +10 lines, -8 lines 0 comments Download
M common/dwarf/dwarf2reader.h View 1 2 3 11 chunks +14 lines, -13 lines 0 comments Download
M common/dwarf/dwarf2reader_cfi_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M common/dwarf/dwarf2reader_die_unittest.cc View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M common/dwarf/functioninfo.cc View 1 2 3 4 chunks +6 lines, -7 lines 0 comments Download
M common/dwarf/functioninfo.h View 1 2 3 6 chunks +13 lines, -12 lines 0 comments Download
M common/dwarf_cfi_to_module.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/dwarf_cfi_to_module_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/dwarf_cu_to_module.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M common/dwarf_cu_to_module_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/dwarf_line_to_module.cc View 1 2 3 3 chunks +11 lines, -8 lines 0 comments Download
M common/dwarf_line_to_module.h View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M common/language.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M common/linux/dump_symbols.cc View 1 2 3 18 chunks +36 lines, -35 lines 0 comments Download
M common/linux/dump_symbols.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M common/linux/dump_symbols_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M common/linux/elf_core_dump_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M common/linux/elf_symbols_to_module_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M common/linux/file_id_unittest.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M common/linux/google_crashdump_uploader.cc View 1 2 3 4 chunks +35 lines, -35 lines 0 comments Download
M common/linux/google_crashdump_uploader.h View 1 2 3 2 chunks +47 lines, -45 lines 0 comments Download
M common/linux/google_crashdump_uploader_test.cc View 1 2 3 2 chunks +10 lines, -7 lines 0 comments Download
M common/linux/http_upload.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/linux/http_upload.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M common/linux/libcurl_wrapper.cc View 1 2 3 4 chunks +10 lines, -11 lines 0 comments Download
M common/linux/libcurl_wrapper.h View 1 2 3 3 chunks +9 lines, -8 lines 0 comments Download
M common/linux/memory_mapped_file_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/linux/synth_elf.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M common/linux/synth_elf.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M common/linux/synth_elf_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M common/linux/tests/crash_generator.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M common/linux/tests/crash_generator.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M common/module.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/module_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/stabs_reader.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M common/stabs_reader.h View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M common/stabs_reader_unittest.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M common/stabs_to_module.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M common/stabs_to_module.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/string_conversion.cc View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M common/string_conversion.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M common/test_assembler.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/test_assembler_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M common/tests/auto_tempdir.h View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
A common/using_std_string.h View 1 1 chunk +65 lines, -0 lines 0 comments Download
M google_breakpad/processor/basic_source_line_resolver.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M google_breakpad/processor/code_module.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M google_breakpad/processor/minidump.h View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M google_breakpad/processor/minidump_processor.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M google_breakpad/processor/process_state.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M google_breakpad/processor/source_line_resolver_interface.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M google_breakpad/processor/stack_frame.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M google_breakpad/processor/stackwalker.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M google_breakpad/processor/symbol_supplier.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M google_breakpad/processor/system_info.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M processor/basic_code_module.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M processor/basic_source_line_resolver_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/binarystream.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M processor/binarystream.h View 1 2 3 4 chunks +9 lines, -8 lines 0 comments Download
M processor/binarystream_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M processor/cfi_frame_info.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M processor/cfi_frame_info_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/exploitability_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/fast_source_line_resolver.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M processor/fast_source_line_resolver_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/logging.cc View 1 2 3 2 chunks +10 lines, -7 lines 0 comments Download
M processor/logging.h View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download
M processor/minidump.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M processor/minidump_processor_unittest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M processor/minidump_stackwalk.cc View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M processor/minidump_unittest.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M processor/pathname_stripper.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M processor/postfix_evaluator.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M processor/postfix_evaluator_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/simple_symbol_supplier.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M processor/simple_symbol_supplier.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M processor/stackwalker_amd64_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/stackwalker_arm_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/stackwalker_unittest_utils.h View 1 2 3 5 chunks +15 lines, -14 lines 0 comments Download
M processor/stackwalker_x86_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/static_address_map_unittest.cc View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M processor/synth_minidump.h View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/synth_minidump_unittest.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M processor/tokenize.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M processor/tokenize.h View 1 2 3 2 chunks +7 lines, -5 lines 0 comments Download
M processor/windows_frame_info.h View 1 2 3 4 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 4
Ivan Penkov
This is a split from a previous code review as requested. This is a mechanical ...
11 years, 10 months ago #1
Mark Mentovai
Since this came up many times: The rule of include-what-you-use dictates that you can’t rely ...
11 years, 10 months ago #2
ivanpe.google
All issues are now fixed. I actually tried to run the internal script that we ...
11 years, 10 months ago #3
Mark Mentovai
11 years, 10 months ago #4
I haven’t rereviewed this change, but if you made all the changes I asked for,
then LGTM.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted