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

Issue 544002: Refactor BasicElf synth_elf unitest (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by glandium
Modified:
11 years, 1 month ago
Reviewers:
Ted Mielczarek
CC:
google-breakpad-dev_googlegroups.com
Visibility:
Public.

Description

Refactor BasicElf synth_elf unitest

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/linux/synth_elf_unittest.cc View 3 chunks +23 lines, -49 lines 1 comment Download

Messages

Total messages: 4
glandium
11 years, 1 month ago #1
Ted Mielczarek
LGTM, nice cleanup. https://breakpad.appspot.com/544002/diff/1/src/common/linux/synth_elf_unittest.cc File src/common/linux/synth_elf_unittest.cc (right): https://breakpad.appspot.com/544002/diff/1/src/common/linux/synth_elf_unittest.cc#newcode208 src/common/linux/synth_elf_unittest.cc:208: ELF elf(EM_386, TypeParam::kClass, kLittleEndian); This is ...
11 years, 1 month ago #2
glandium
On 2013/03/29 14:54:35, Ted Mielczarek wrote: > This is kind of unfortunate. Maybe the ELF ...
11 years, 1 month ago #3
Ted Mielczarek
11 years, 1 month ago #4
On 2013/03/30 08:37:53, glandium wrote:
> On 2013/03/29 14:54:35, Ted Mielczarek wrote:
> > This is kind of unfortunate. Maybe the ELF constructor should just set it
> > properly?
> 
> What is "properly"? There are more 32-bits ELF platforms than EM_386, and more
> 64-bits ELF platforms than EM_X86_64.

Sure, but Breakpad only supports x86/x86-64/arm on Linux.
Sign in to reply to this message.

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