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

Issue 478004: Record declaration names when they have a DW_AT_MIPS_linkage_name

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by rafael.espindola
Modified:
11 years, 7 months ago
Reviewers:
jimb
CC:
Ted Mielczarek
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Record declaration names when they have a DW_AT_MIPS_linkage_name

Patch Set 1 #

Patch Set 2 : Now with test #

Patch Set 3 : Add a quilified_name field. #

Total comments: 2

Patch Set 4 : Last code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/dwarf_cu_to_module.cc View 1 2 3 2 chunks +39 lines, -20 lines 0 comments Download
M src/common/dwarf_cu_to_module_unittest.cc View 1 22 chunks +48 lines, -20 lines 0 comments Download

Messages

Total messages: 20
rafael.espindola
11 years, 7 months ago #1
jimb
I think this patch needs to have some unit tests. Without them I'm not sure ...
11 years, 7 months ago #2
rafael.espindola
On 2012/10/05 18:15:58, jimb wrote: > I think this patch needs to have some unit ...
11 years, 7 months ago #3
jimb
On 2012/10/05 18:24:04, rafael.espindola wrote: > I asked Ted how to add a test showing ...
11 years, 7 months ago #4
jimb
On 2012/10/05 18:24:04, rafael.espindola wrote: > On 2012/10/05 18:15:58, jimb wrote: > > I think ...
11 years, 7 months ago #5
rafael.espindola
> What's the effect of this problem on the output? I added a test .so ...
11 years, 7 months ago #6
rafael.espindola
On 2012/10/05 18:35:40, jimb wrote: > On 2012/10/05 18:24:04, rafael.espindola wrote: > > I asked ...
11 years, 7 months ago #7
rafael.espindola
11 years, 7 months ago #8
jimb
Oh... I see the problem here. It's much simpler than I thought. The declaration DIEs ...
11 years, 7 months ago #9
rafael.espindola
11 years, 7 months ago #10
jimb
The test case for this is one where the specification DIE has a DW_AT_MIPS_linkage_name attribute, ...
11 years, 7 months ago #11
rafael.espindola
On 2012/10/05 20:00:54, jimb wrote: > The test case for this is one where the ...
11 years, 7 months ago #12
jimb
This looks much better. I had a few comments. https://breakpad.appspot.com/478004/diff/6003/src/common/dwarf_cu_to_module.cc File src/common/dwarf_cu_to_module.cc (right): https://breakpad.appspot.com/478004/diff/6003/src/common/dwarf_cu_to_module.cc#newcode338 src/common/dwarf_cu_to_module.cc:338: ...
11 years, 7 months ago #13
jimb
On 2012/10/05 20:08:25, rafael.espindola wrote: > On 2012/10/05 20:00:54, jimb wrote: > > The test ...
11 years, 7 months ago #14
rafael.espindola
> src/common/dwarf_cu_to_module.cc:338: // Use DW_AT_MIPS_linkage_name if it is > available. It is already qualified. True. ...
11 years, 7 months ago #15
rafael.espindola
11 years, 7 months ago #16
jimb
On 2012/10/05 20:26:33, rafael.espindola wrote: > The style guide > (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Default_Arguments#Default_Arguments) > says: > > ...
11 years, 7 months ago #17
jimb
Looks good to me --- thanks for the revisions.
11 years, 7 months ago #18
rafael.espindola
On 2012/10/05 20:38:05, jimb wrote: > Looks good to me --- thanks for the revisions. ...
11 years, 7 months ago #19
jimb
11 years, 7 months ago #20
On 2012/10/05 20:41:03, rafael.espindola wrote:
> On 2012/10/05 20:38:05, jimb wrote:
> > Looks good to me --- thanks for the revisions.
> 
> I don't have write access. Con you commit it?

Committed as revision 1062.
Sign in to reply to this message.

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