[DynInst_API:] [dyninst/dyninst] cc272f: Ignore nfs files


Date: Tue, 22 Nov 2016 08:23:50 -0800
From: John Detter <jdetter@xxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] cc272f: Ignore nfs files
  Branch: refs/heads/release9.2/fixes/fleece-decoding-issues
  Home:   https://github.com/dyninst/dyninst
  Commit: cc272fd44e324a2a95ea37569d236a2a2fa5ed36
      https://github.com/dyninst/dyninst/commit/cc272fd44e324a2a95ea37569d236a2a2fa5ed36
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore nfs files


  Commit: a1ce485035d919434574adf5c14be50b17aa33cb
      https://github.com/dyninst/dyninst/commit/a1ce485035d919434574adf5c14be50b17aa33cb
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C
    M symtabAPI/src/Symtab-lookup.C
    M symtabAPI/src/Symtab.C

  Log Message:
  -----------
  Rewritten exception frames are working


  Commit: 304995f380b916017de78f67c74ab99c85ae0f3b
      https://github.com/dyninst/dyninst/commit/304995f380b916017de78f67c74ab99c85ae0f3b
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M cmake/packages.cmake
    M common/src/dyn_regs.C
    M dataflowAPI/rose/semantics/SymEvalSemantics.C
    M elf/src/Elf_X.C
    M symtabAPI/src/Object-elf.C

  Log Message:
  -----------
  Merge branch 'master' of http://github.com/dyninst/dyninst


  Commit: ec67da0cb03e78d341a83a90544b97b4ade5b595
      https://github.com/dyninst/dyninst/commit/ec67da0cb03e78d341a83a90544b97b4ade5b595
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C
    M symtabAPI/src/Symtab-lookup.C

  Log Message:
  -----------
  Exception relocation debug output removed.


  Commit: 6ab6a56c1621794f1f6ec48bd71f4ec7027813e9
      https://github.com/dyninst/dyninst/commit/6ab6a56c1621794f1f6ec48bd71f4ec7027813e9
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M symtabAPI/src/Object-elf.C

  Log Message:
  -----------
  Replace all object-elf arch_foo defines with dynamic architecture detection.


  Commit: b58f6eb9ab072c68f7eb6ef13a0e531b55f39ecf
      https://github.com/dyninst/dyninst/commit/b58f6eb9ab072c68f7eb6ef13a0e531b55f39ecf
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C
    M symtabAPI/src/Symtab.C

  Log Message:
  -----------
  More precise logic for relocated exception frames
   - Intead of checking sensitivity based on whether or not an address is
          in a try block, we check to see if the address is in a function
          that contains a catch block
  - Exception sensitivity analysis is now performed outside of
          defensive mode.


  Commit: f891a319b77c6334db87ee33c9edc14e3b107366
      https://github.com/dyninst/dyninst/commit/f891a319b77c6334db87ee33c9edc14e3b107366
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C

  Log Message:
  -----------
  commented out debug statements


  Commit: 6de664fb4d27b99c3bcffae9fbf8c92b7c562796
      https://github.com/dyninst/dyninst/commit/6de664fb4d27b99c3bcffae9fbf8c92b7c562796
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-11-01 (Tue, 01 Nov 2016)

  Changed paths:
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C

  Log Message:
  -----------
  Exception sensitive call detection now has less false positives


  Commit: f1fa9ef37b29c3e12b4b5489ec05ad6cd7168175
      https://github.com/dyninst/dyninst/commit/f1fa9ef37b29c3e12b4b5489ec05ad6cd7168175
  Author: Josh Stone <jistone@xxxxxxxxxx>
  Date:   2016-11-04 (Fri, 04 Nov 2016)

  Changed paths:
    M proccontrol/src/int_process.h
    M proccontrol/src/process.C

  Log Message:
  -----------
  proccontrol: Synchronize additional threads found during attach

When additional threads are found during the attach process, we should
synchronize to their stopping point, and check for new threads again,
until no new threads are found.  This keeps a more consistent state if
threads are racing to start while we're attaching.


  Commit: 75bc5ac9f1a1c804b38e183aa09f33097370c8e4
      https://github.com/dyninst/dyninst/commit/75bc5ac9f1a1c804b38e183aa09f33097370c8e4
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-11-05 (Sat, 05 Nov 2016)

  Changed paths:
    M cmake/warnings.cmake

  Log Message:
  -----------
  fix icc warning flags


  Commit: 897f0c4a7fd30a34f9b711274c9628b3d76f29ea
      https://github.com/dyninst/dyninst/commit/897f0c4a7fd30a34f9b711274c9628b3d76f29ea
  Author: Josh Stone <jistone@xxxxxxxxxx>
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
    M proccontrol/src/int_process.h
    M proccontrol/src/linux.C
    M proccontrol/src/linux.h
    M proccontrol/src/process.C

  Log Message:
  -----------
  proccontrol: move thread sync to linux_process, and count neonatal


  Commit: 4f2b20fe1667bfd29dcf4145038d3cab29693cbd
      https://github.com/dyninst/dyninst/commit/4f2b20fe1667bfd29dcf4145038d3cab29693cbd
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M stackwalk/doc/3-API.tex
    M stackwalk/doc/stackwalk.pdf

  Log Message:
  -----------
  LibraryTracker documentation


  Commit: bd7c304b59e39408f31969a578138941205d6fec
      https://github.com/dyninst/dyninst/commit/bd7c304b59e39408f31969a578138941205d6fec
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M elf/src/Elf_X.C

  Log Message:
  -----------
  Fix for broken libelfs that can't handle translate-in-place on Elf_Data.


  Commit: 09e5827e7105178fe1e66ba8ab5b8f9b1e321386
      https://github.com/dyninst/dyninst/commit/09e5827e7105178fe1e66ba8ab5b8f9b1e321386
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M proccontrol/src/int_process.h
    M proccontrol/src/linux.C
    M proccontrol/src/linux.h
    M proccontrol/src/process.C

  Log Message:
  -----------
  Merge pull request #214 from cuviper/attach-thread-sync

proccontrol: Synchronize additional threads found during attach


  Commit: 80a6d8e554699c5f389a30d129c8c688eb16726e
      https://github.com/dyninst/dyninst/commit/80a6d8e554699c5f389a30d129c8c688eb16726e
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M symtabAPI/src/LineInformation.C

  Log Message:
  -----------
  Safeguard against infinite loop


  Commit: 1f08ea8637b2131d919d4ec7b8c19b423bb63862
      https://github.com/dyninst/dyninst/commit/1f08ea8637b2131d919d4ec7b8c19b423bb63862
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M stackwalk/doc/3-API.tex
    M stackwalk/doc/stackwalk.pdf

  Log Message:
  -----------
  Merge pull request #225 from dyninst/origin-master

LibraryTracker documentation


  Commit: f32ccea88e27cb0944b8ed791351789727b33c9d
      https://github.com/dyninst/dyninst/commit/f32ccea88e27cb0944b8ed791351789727b33c9d
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M elf/src/Elf_X.C

  Log Message:
  -----------
  Fix for broken libelfs that can't handle translate-in-place on Elf_Data.


  Commit: ee0baf4769bc1b52ec839a05631654b27724f0ba
      https://github.com/dyninst/dyninst/commit/ee0baf4769bc1b52ec839a05631654b27724f0ba
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M symtabAPI/src/LineInformation.C

  Log Message:
  -----------
  Safeguard against infinite loop


  Commit: 5c3b328e8722de54225d825b152a9e9149181e3d
      https://github.com/dyninst/dyninst/commit/5c3b328e8722de54225d825b152a9e9149181e3d
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/origin-master' into origin-master


  Commit: 245207d345f4af56733dd39274276dd2185fe4f2
      https://github.com/dyninst/dyninst/commit/245207d345f4af56733dd39274276dd2185fe4f2
  Author: Rafael Stahl <rafael_stahl@xxxxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M common/h/SymReader.h
    M elf/h/Elf_X.h
    M elf/src/Elf_X.C
    M parseAPI/src/SymLiteCodeSource.C
    M parseAPI/src/SymtabCodeSource.C
    M symlite/h/SymLite-elf.h
    M symlite/src/SymLite-elf.C
    M symtabAPI/h/Symtab.h
    M symtabAPI/h/SymtabReader.h
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object.h
    M symtabAPI/src/Symtab.C
    M symtabAPI/src/SymtabReader.C

  Log Message:
  -----------
  Determine the architecture of an ELF by looking at the file header instead of the compiled architecture


  Commit: 6c10d55c94984a057a07de8283d35b35213a91f5
      https://github.com/dyninst/dyninst/commit/6c10d55c94984a057a07de8283d35b35213a91f5
  Author: Rafael Stahl <rafael_stahl@xxxxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M symtabAPI/src/Object-nt.C
    M symtabAPI/src/Object-nt.h

  Log Message:
  -----------
  Object-nt: Fix member function constness


  Commit: 3335ea9706962bd1e895e96daf751b1b21e5bba1
      https://github.com/dyninst/dyninst/commit/3335ea9706962bd1e895e96daf751b1b21e5bba1
  Author: Rafael Stahl <rafael_stahl@xxxxxxxxxxx>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
    M symtabAPI/src/Object-nt.C

  Log Message:
  -----------
  Object-nt: implement getArch


  Commit: c3688363519b265b437f44689cd8849d0b0e873e
      https://github.com/dyninst/dyninst/commit/c3688363519b265b437f44689cd8849d0b0e873e
  Author: Rafael Stahl <rafael_stahl@xxxxxxxxxxx>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M symtabAPI/src/Object-elf.C

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/release9.2/fixes/object-elf-arch-defs' into pr3_arch_from_elf

Conflicts:
	symtabAPI/src/Object-elf.C


  Commit: 502364ef6ad3cd4153753b75b854ff1d74056ffb
      https://github.com/dyninst/dyninst/commit/502364ef6ad3cd4153753b75b854ff1d74056ffb
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  dynC for Windows


  Commit: 3c12b19193a1f9c29581b4e3445427fb007cff1d
      https://github.com/dyninst/dyninst/commit/3c12b19193a1f9c29581b4e3445427fb007cff1d
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M dynC_API/CMakeLists.txt
    M dynC_API/src/C.l
    M dynC_API/src/C.y
    M dynC_API/src/dynC.tab.C
    M dynC_API/src/dynC.tab.h
    M dynC_API/src/lex.dynC.C

  Log Message:
  -----------
  Regenerate flex/bison files to fix build on windows.


  Commit: b7bc63f09267742d124167fa18587ee0e4d6ae2f
      https://github.com/dyninst/dyninst/commit/b7bc63f09267742d124167fa18587ee0e4d6ae2f
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M common/h/SymReader.h
    M elf/h/Elf_X.h
    M elf/src/Elf_X.C
    M parseAPI/src/SymLiteCodeSource.C
    M parseAPI/src/SymtabCodeSource.C
    M symlite/h/SymLite-elf.h
    M symlite/src/SymLite-elf.C
    M symtabAPI/h/Symtab.h
    M symtabAPI/h/SymtabReader.h
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object-nt.C
    M symtabAPI/src/Object-nt.h
    M symtabAPI/src/Object.h
    M symtabAPI/src/Symtab.C
    M symtabAPI/src/SymtabReader.C

  Log Message:
  -----------
  Merge pull request #182 from rafzi/pr3_arch_from_elf

Determine the architecture of an ELF by looking at the file header inâ


  Commit: 58f8021f6a0e51b43c139af2922dce9eedadbc50
      https://github.com/dyninst/dyninst/commit/58f8021f6a0e51b43c139af2922dce9eedadbc50
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M cmake/warnings.cmake

  Log Message:
  -----------
  Merge pull request #206 from dyninst/icc_flags

Fix icc warning flags


  Commit: 7ba3a0df8f7571c0b47f8e7de2cd20cc268a77bb
      https://github.com/dyninst/dyninst/commit/7ba3a0df8f7571c0b47f8e7de2cd20cc268a77bb
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M elf/src/Elf_X.C
    M symtabAPI/src/LineInformation.C

  Log Message:
  -----------
  Merge pull request #226 from dyninst/origin-master

line info bugfixes


  Commit: 37bbe9baf77548d31662c94b855b6b79e7ec898e
      https://github.com/dyninst/dyninst/commit/37bbe9baf77548d31662c94b855b6b79e7ec898e
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-11-11 (Fri, 11 Nov 2016)

  Changed paths:
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C

  Log Message:
  -----------
  Exception rewriting tests passing


  Commit: dd930f832016dc9dba3bdc175d40e56946188cab
      https://github.com/dyninst/dyninst/commit/dd930f832016dc9dba3bdc175d40e56946188cab
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M .gitignore
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C

  Log Message:
  -----------
  Merge pull request #186 from dyninst/release9.2/fixes/eh_frame_rewriting

Exception frame rewriting fixes


  Commit: 0febdb8e2ad94a354000c3d4f36be8e51a3d2493
      https://github.com/dyninst/dyninst/commit/0febdb8e2ad94a354000c3d4f36be8e51a3d2493
  Author: Josh Stone <jistone@xxxxxxxxxx>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M dyninstAPI_RT/src/RTheap.c

  Log Message:
  -----------
  RT: trymmap should retry if the result is out of range

An address passed to `mmap` is just taken as a hint, and the OS may
return something wildly different if that address is not available.
This is undesirable when we're trying to create a constrained alloc.

Now we will check that the address is in the requested range before
accepting it.  Otherwise, unmap it and try a new hint.


  Commit: d747211f84658f39010f13d066432bdb41627087
      https://github.com/dyninst/dyninst/commit/d747211f84658f39010f13d066432bdb41627087
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M dyninstAPI_RT/src/RTheap.c

  Log Message:
  -----------
  Merge pull request #231 from cuviper/constrain-trymmap-master

RT: trymmap should retry if the result is out of range


  Commit: 64edc81ee01131502e2568749f006e3511c44fb6
      https://github.com/dyninst/dyninst/commit/64edc81ee01131502e2568749f006e3511c44fb6
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
    M CMakeLists.txt
    M dynC_API/CMakeLists.txt
    M dynC_API/src/C.l
    M dynC_API/src/C.y
    M dynC_API/src/dynC.tab.C
    M dynC_API/src/dynC.tab.h
    M dynC_API/src/lex.dynC.C

  Log Message:
  -----------
  Merge pull request #205 from dyninst/dync_windows

Make dynC work on windows


  Commit: 3c72d5bbdf7bb947370deb31349018ca1fa0cb0c
      https://github.com/dyninst/dyninst/commit/3c72d5bbdf7bb947370deb31349018ca1fa0cb0c
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M cmake/warnings.cmake

  Log Message:
  -----------
  fix cmake warning


  Commit: e52fd0ac3981b2eb12ef023afdcb4cd1d57cf586
      https://github.com/dyninst/dyninst/commit/e52fd0ac3981b2eb12ef023afdcb4cd1d57cf586
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M cmake/shared.cmake

  Log Message:
  -----------
  disable cmake boost debugging by default


  Commit: ff0fcebbea1635f046b8ceae0eeef66139c4eef8
      https://github.com/dyninst/dyninst/commit/ff0fcebbea1635f046b8ceae0eeef66139c4eef8
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M dynC_API/src/C.y
    M dynC_API/src/dynC.tab.C
    M dynC_API/src/dynC.tab.h

  Log Message:
  -----------
  remove trailing whitespace


  Commit: 4b2d8b20695147795731f7c9c18d43ee611992d8
      https://github.com/dyninst/dyninst/commit/4b2d8b20695147795731f7c9c18d43ee611992d8
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M dynC_API/src/C.y
    M dynC_API/src/dynC.tab.C

  Log Message:
  -----------
  Fix writable string warning

C.y:43:25: warning: ISO C++ forbids converting a string constant to
âchar*â [-Wwrite-strings]


  Commit: 8849ea344293bd7a76b2256bcd117d042330c1c6
      https://github.com/dyninst/dyninst/commit/8849ea344293bd7a76b2256bcd117d042330c1c6
  Author: Peter Foley <pefoley2@xxxxxxxxxxx>
  Date:   2016-11-21 (Mon, 21 Nov 2016)

  Changed paths:
    M symtabAPI/src/Object-elf.C

  Log Message:
  -----------
  fix unused but set warning


  Commit: 2d7be7a0973aef10aa39859fd9eda96bb8b1aa76
      https://github.com/dyninst/dyninst/commit/2d7be7a0973aef10aa39859fd9eda96bb8b1aa76
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    M common/src/arch-x86.C
    M instructionAPI/src/InstructionDecoder-x86.C

  Log Message:
  -----------
  Removed unreachable instructions. Moved all remaining VEX instruction from SSE tables
	into proper VEX tables.

	Fixes #213 #199 #193 #195 #196


  Commit: cd3ab6a4cd4ba62112d8a414b9b2e88399cb4240
      https://github.com/dyninst/dyninst/commit/cd3ab6a4cd4ba62112d8a414b9b2e88399cb4240
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M cmake/shared.cmake
    M cmake/warnings.cmake
    M common/h/SymReader.h
    M dynC_API/CMakeLists.txt
    M dynC_API/src/C.l
    M dynC_API/src/C.y
    M dynC_API/src/dynC.tab.C
    M dynC_API/src/dynC.tab.h
    M dynC_API/src/lex.dynC.C
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C
    M dyninstAPI_RT/src/RTheap.c
    M elf/h/Elf_X.h
    M elf/src/Elf_X.C
    M parseAPI/src/SymLiteCodeSource.C
    M parseAPI/src/SymtabCodeSource.C
    M proccontrol/src/int_process.h
    M proccontrol/src/linux.C
    M proccontrol/src/linux.h
    M proccontrol/src/process.C
    M stackwalk/doc/3-API.tex
    M stackwalk/doc/stackwalk.pdf
    M symlite/h/SymLite-elf.h
    M symlite/src/SymLite-elf.C
    M symtabAPI/h/Symtab.h
    M symtabAPI/h/SymtabReader.h
    M symtabAPI/src/LineInformation.C
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object-nt.C
    M symtabAPI/src/Object-nt.h
    M symtabAPI/src/Object.h
    M symtabAPI/src/Symtab.C
    M symtabAPI/src/SymtabReader.C

  Log Message:
  -----------
  Merge branch 'master' of http://github.com/dyninst/dyninst


  Commit: b3f445059eaaa0c4e0a93d1a2bae638453c620b1
      https://github.com/dyninst/dyninst/commit/b3f445059eaaa0c4e0a93d1a2bae638453c620b1
  Author: John Detter <jdetter@xxxxxxxx>
  Date:   2016-11-22 (Tue, 22 Nov 2016)

  Changed paths:
    M .gitignore
    M CMakeLists.txt
    M cmake/shared.cmake
    M cmake/warnings.cmake
    M common/h/SymReader.h
    M dynC_API/CMakeLists.txt
    M dynC_API/src/C.l
    M dynC_API/src/C.y
    M dynC_API/src/dynC.tab.C
    M dynC_API/src/dynC.tab.h
    M dynC_API/src/lex.dynC.C
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C
    M dyninstAPI_RT/src/RTheap.c
    M elf/h/Elf_X.h
    M elf/src/Elf_X.C
    M parseAPI/src/SymLiteCodeSource.C
    M parseAPI/src/SymtabCodeSource.C
    M proccontrol/src/int_process.h
    M proccontrol/src/linux.C
    M proccontrol/src/linux.h
    M proccontrol/src/process.C
    M stackwalk/doc/3-API.tex
    M stackwalk/doc/stackwalk.pdf
    M symlite/h/SymLite-elf.h
    M symlite/src/SymLite-elf.C
    M symtabAPI/h/Symtab.h
    M symtabAPI/h/SymtabReader.h
    M symtabAPI/src/LineInformation.C
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object-nt.C
    M symtabAPI/src/Object-nt.h
    M symtabAPI/src/Object.h
    M symtabAPI/src/Symtab.C
    M symtabAPI/src/SymtabReader.C

  Log Message:
  -----------
  Merge branch 'master' into release9.2/fixes/fleece-decoding-issues


Compare: https://github.com/dyninst/dyninst/compare/ff68cf0f8ed2...b3f445059eaa
[← Prev in Thread] Current Thread [Next in Thread→]