Branch: refs/heads/arm64/feature/relocation
Home: https://github.com/dyninst/dyninst
Commit: aa0b62cd781016dbdf79406c65ffe3ab73363a04
https://github.com/dyninst/dyninst/commit/aa0b62cd781016dbdf79406c65ffe3ab73363a04
Author: John Mellor-Crummey <johnmc@xxxxxxxx>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M symtabAPI/src/Object-elf.C
Log Message:
-----------
don't skip the first line in all but first range.
(cherry picked from commit 5b8cf9fd1aaf877feeed2971fc9d2f952d06fa7e)
Commit: 689250b55969cc41e630f9c5b3752ee04d5f69fe
https://github.com/dyninst/dyninst/commit/689250b55969cc41e630f9c5b3752ee04d5f69fe
Author: John Mellor-Crummey <johnmc@xxxxxxxx>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M symtabAPI/src/Object-elf.C
Log Message:
-----------
improve fix to dwarf line reading.
(cherry picked from commit f5f04afc71e8318f9295b209e8ee60600d156ae6)
Commit: e4ee9b92a9a7e2c16e06517b898b8e8f7ad800fb
https://github.com/dyninst/dyninst/commit/e4ee9b92a9a7e2c16e06517b898b8e8f7ad800fb
Author: John Mellor-Crummey <johnmc@xxxxxxxx>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M symtabAPI/src/dwarfWalker.C
Log Message:
-----------
temporary patch to dwarfWalker
returning false for getFrameBase prevented processing
of multiple levels of inlined functions in CUBINs
(cherry picked from commit e91fb8670dc5884db902a678a00f48466b126ced)
Commit: dc0db4179023035f78c3a7e8bd3d87910ebc8eca
https://github.com/dyninst/dyninst/commit/dc0db4179023035f78c3a7e8bd3d87910ebc8eca
Author: Sasha NÃcolas <sasha@xxxxxxxxxxx>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M symtabAPI/src/Object-elf.C
M symtabAPI/src/dwarfWalker.C
Log Message:
-----------
Merge pull request #403 from dyninst/sasha/fix-dwarf-symbol-frame
fix dwarf symbol frame
Commit: f7957cc3e9e9436929ec332667b7aa42a7c08e60
https://github.com/dyninst/dyninst/commit/f7957cc3e9e9436929ec332667b7aa42a7c08e60
Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M symtabAPI/src/dwarfWalker.C
M symtabAPI/src/dwarfWalker.h
Log Message:
-----------
Take the fix for the memory issue in dwarf parsing from the new-parallel-parsing branch
Commit: eae52d8a539b0081095721a47252055f89c4b0e4
https://github.com/dyninst/dyninst/commit/eae52d8a539b0081095721a47252055f89c4b0e4
Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Date: 2017-10-12 (Thu, 12 Oct 2017)
Changed paths:
M dyninstAPI/src/dynProcess.C
M symtabAPI/src/Object-elf.C
Log Message:
-----------
1. Should return from detaching the mutatee, when the mutatee cannot be stopped.
2. Pick Bill's strrchr usage fix
Commit: d68b6e41b34b7f96deb7900bbc5da9f247ad7559
https://github.com/dyninst/dyninst/commit/d68b6e41b34b7f96deb7900bbc5da9f247ad7559
Author: Sasha @leela <sasha@xxxxxxxxxxx>
Date: 2017-10-30 (Mon, 30 Oct 2017)
Changed paths:
M dyninstAPI/src/dynProcess.C
M symtabAPI/src/Object-elf.C
M symtabAPI/src/dwarfWalker.C
M symtabAPI/src/dwarfWalker.h
Log Message:
-----------
Merge branch 'master' into arm64/feature/relocation
Commit: 8fed6b3b8372a3adb4eddf287f2d7305dc7cf669
https://github.com/dyninst/dyninst/commit/8fed6b3b8372a3adb4eddf287f2d7305dc7cf669
Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths:
M dataflowAPI/rose/semantics/DispatcherARM64.C
Log Message:
-----------
Update instruction semantics for adr and adrp. An earlier commit change these two instructions to have only two operands rather than three operands.
Compare: https://github.com/dyninst/dyninst/compare/25028b791270...8fed6b3b8372
|