[DynInst_API:] [dyninst/dyninst] 2094db: Update issue templates


Date: Mon, 30 Mar 2020 18:56:06 -0700
From: noreply@xxxxxxxxxx
Subject: [DynInst_API:] [dyninst/dyninst] 2094db: Update issue templates
  Branch: refs/heads/multiple_funcCall
  Home:   https://github.com/dyninst/dyninst
  Commit: 2094db4aefcf4705fcec07ebe28a740ccec16582
      https://github.com/dyninst/dyninst/commit/2094db4aefcf4705fcec07ebe28a740ccec16582
  Author: Sasha NÃcolas <sasha@xxxxxxxxxxx>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    A .github/ISSUE_TEMPLATE/bug_report.md

  Log Message:
  -----------
  Update issue templates


  Commit: d8a5fb05bf9a255482686078306dd7980249053d
      https://github.com/dyninst/dyninst/commit/d8a5fb05bf9a255482686078306dd7980249053d
  Author: Sasha NÃcolas <sasha@xxxxxxxxxxx>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    A .github/ISSUE_TEMPLATE/feature_request.md
    A .github/ISSUE_TEMPLATE/question.md

  Log Message:
  -----------
  Update issue templates


  Commit: 03a33fb1d56403df4c57500700e34bd83e8d7ad9
      https://github.com/dyninst/dyninst/commit/03a33fb1d56403df4c57500700e34bd83e8d7ad9
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M CMakeLists.txt
    M cmake/Boost.cmake
    M cmake/ElfUtils.cmake
    M cmake/LibIberty.cmake
    M cmake/ThreadingBuildingBlocks.cmake

  Log Message:
  -----------
  Allow sterile builds (#641)

A sterile build requires that all dependencies are already installed on the system and thus cannot be downloaded/built from source by the Dyninst build system.


  Commit: 1c738e787e619f2b4d838a2c373247e79163bb2c
      https://github.com/dyninst/dyninst/commit/1c738e787e619f2b4d838a2c373247e79163bb2c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M cmake/Modules/FindLibElf.cmake

  Log Message:
  -----------
  Add $INSTALL/lib/elfutils subdirectory to build paths (#680)


  Commit: 32abe5da78f1bd76e7c681b14200677c85c43b95
      https://github.com/dyninst/dyninst/commit/32abe5da78f1bd76e7c681b14200677c85c43b95
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    M examples/CMakeLists.txt
    M parseThat/CMakeLists.txt

  Log Message:
  -----------
  Add explicit ElfUtils dependency for ParseThat and examples (#678)

When linking the binaries for ParseThat and the examples, the transitive linkage between libsymtabAPI and libelf was not correctly resolved by the linker. Instead, it used the system libelf which may or may not be correct. This was discovered when using a non-system compiler with the --sysroot switch.


  Commit: 47336e6ac185bd2134ff9484c55ef62b7d76f9b7
      https://github.com/dyninst/dyninst/commit/47336e6ac185bd2134ff9484c55ef62b7d76f9b7
  Author: Xiaozhu Meng <mxz297@xxxxxxxxx>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    M dyninstAPI/h/BPatch_process.h
    M dyninstAPI/src/BPatch_process.C
    M dyninstAPI/src/dynProcess.C
    M dyninstAPI/src/dynProcess.h

  Log Message:
  -----------
  Implement the check of ThreadDB at BPatch level (#667)


  Commit: cf195af6655d688a611e499c43a88efc8dd2e0fb
      https://github.com/dyninst/dyninst/commit/cf195af6655d688a611e499c43a88efc8dd2e0fb
  Author: Xiaozhu Meng <mxz297@xxxxxxxxx>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M dataflowAPI/src/liveness.C
    M dyninstAPI/src/dynProcess.C
    M dyninstAPI/src/dynProcess.h
    M dyninstAPI/src/emit-aarch64.C
    M dyninstAPI/src/pcEventHandler.C
    M dyninstAPI/src/pcEventHandler.h
    M dyninstAPI_RT/h/dyninstAPI_RT.h
    M dyninstAPI_RT/src/RTcommon.c
    M dyninstAPI_RT/src/RTcommon.h
    M dyninstAPI_RT/src/RTlinux.c
    M dyninstAPI_RT/src/RTthread-aarch64.c
    M proccontrol/src/linux.C
    M stackwalk/src/linuxbsd-swk.C

  Log Message:
  -----------
  Fix instrumentation regressions for libc-2.29 on ARM (#653)

* Fixes loading pre-instrumentation register values on aarch64
* Fix the handling of trap instruction on ARM for register liveness analysis
* Implement a byte matching heuristic for determining the length of _start
* Implement a spin lock use __atomic_test_and_set on ARM
*   1. Change stop signal from SIGBUS to (SIGRTMIN + 4) in dyninstAPI_RT.
*   2. In dyninstAPI, only do dyninstRT signal check if the signal is indeed (SIGRTMIN + 4)
* Refacotr BPatch and DyninstRT to use breakpoint as the way of communication


  Commit: 7718cda22a0119ab6281d2a771da3cc1ab70c789
      https://github.com/dyninst/dyninst/commit/7718cda22a0119ab6281d2a771da3cc1ab70c789
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore additional Eclipse file and spurious .gitignore (#681)

The instructionAPI/doc/.gitignore seems to be auto-generated when
building the documentation. It tries to ignore instructionAPI/doc/API
which is already in the git history, so it's best to just ignore it to
prevent its accidental inclusion.


  Commit: 18364c8a6160925f582ffa5bc37b24cc54854d45
      https://github.com/dyninst/dyninst/commit/18364c8a6160925f582ffa5bc37b24cc54854d45
  Author: Sasha NÃcolas <sasha@xxxxxxxxxxx>
  Date:   2019-11-16 (Sat, 16 Nov 2019)

  Changed paths:
    M symtabAPI/src/dwarfWalker.C

  Log Message:
  -----------
  Parse dwarf variables with abstract origin attribute (#642)


  Commit: 9fb741f03657036c96bd1c02ccba60489014349d
      https://github.com/dyninst/dyninst/commit/9fb741f03657036c96bd1c02ccba60489014349d
  Author: Sasha NÃcolas <sasha@xxxxxxxxxxx>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M common/src/debug_common.C
    M common/src/debug_common.h
    M symtabAPI/h/RangeLookup.h
    M symtabAPI/src/Object-elf.C

  Log Message:
  -----------
  Allow same address range to map to different source lines in DWARF (#643)


  Commit: 0dffe9f69384b49858006c21667387053d3abcf2
      https://github.com/dyninst/dyninst/commit/0dffe9f69384b49858006c21667387053d3abcf2
  Author: Xiaozhu Meng <mxz297@xxxxxxxxx>
  Date:   2019-11-17 (Sun, 17 Nov 2019)

  Changed paths:
    M dyninstAPI/src/emit-x86.C

  Log Message:
  -----------
  Prevent corruption to rax during stack alignment on x86-64 (#670)


  Commit: d233ae7596cd74201d634c2f0f7d7a0e3d628e79
      https://github.com/dyninst/dyninst/commit/d233ae7596cd74201d634c2f0f7d7a0e3d628e79
  Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M CMakeLists.txt
    M cmake/ElfUtils.cmake
    A cmake/Modules/FindValgrind.cmake
    M common/CMakeLists.txt
    M common/h/IBSTree-fast.h
    M common/h/IBSTree.h
    A common/h/concurrent.h
    R common/h/mcs-lock.h
    R common/h/pfq-rwlock.h
    R common/h/race-detector-annotations.h
    M common/src/arch-x86.C
    A common/src/concurrent.C
    M common/src/linuxKludges.C
    R common/src/mcs-lock.C
    M common/src/pfq-rwlock.C
    R common/src/race-detector-annotations.C
    M common/src/singleton_object_pool.h
    A common/src/vgannotations.h
    M dataflowAPI/h/slicing.h
    M dataflowAPI/src/debug_dataflow.C
    M dwarf/CMakeLists.txt
    M dwarf/h/dwarfFrameParser.h
    M dwarf/src/dwarfFrameParser.C
    M dyninstAPI/h/BPatch_type.h
    M dyninstAPI/src/BPatch.C
    M dyninstAPI/src/BPatch_addressSpace.C
    M dyninstAPI/src/BPatch_function.C
    M dyninstAPI/src/BPatch_module.C
    M dyninstAPI/src/BPatch_snippet.C
    M dyninstAPI/src/BPatch_type.C
    M dyninstAPI/src/Parsing.C
    M dyninstAPI/src/Parsing.h
    M dyninstAPI/src/Relocation/Springboard.C
    M dyninstAPI/src/function.C
    M dyninstAPI/src/parse-cfg.h
    M dyninstAPI/src/unix.C
    M dyninstAPI_RT/CMakeLists.txt
    M examples/CMakeLists.txt
    M instructionAPI/src/InstructionDecoderImpl.C
    M instructionAPI/src/Operation.C
    M parseAPI/CMakeLists.txt
    M parseAPI/h/CFG.h
    M parseAPI/h/CFGFactory.h
    M parseAPI/h/CodeSource.h
    M parseAPI/h/LockFreeQueue.h
    M parseAPI/src/Block.C
    M parseAPI/src/BoundFactCalculator.C
    M parseAPI/src/CFGFactory.C
    M parseAPI/src/CFGModifier.C
    M parseAPI/src/CodeObject.C
    M parseAPI/src/Function.C
    M parseAPI/src/IA_IAPI.C
    M parseAPI/src/IA_IAPI.h
    M parseAPI/src/IA_aarch64.h
    M parseAPI/src/IA_power.h
    M parseAPI/src/IndirectASTVisitor.C
    M parseAPI/src/IndirectASTVisitor.h
    M parseAPI/src/IndirectAnalyzer.C
    M parseAPI/src/IndirectAnalyzer.h
    M parseAPI/src/JumpTableFormatPred.C
    M parseAPI/src/JumpTableFormatPred.h
    M parseAPI/src/LoopAnalyzer.C
    M parseAPI/src/ParseData.C
    M parseAPI/src/ParseData.h
    M parseAPI/src/Parser-speculative.C
    M parseAPI/src/Parser.C
    M parseAPI/src/Parser.h
    M parseAPI/src/ParserDetails.C
    M parseAPI/src/ProbabilisticParser.C
    M parseAPI/src/ProbabilisticParser.h
    M parseAPI/src/SymtabCodeSource.C
    M parseAPI/src/ThunkData.C
    M parseAPI/src/debug_parse.C
    M parseThat/CMakeLists.txt
    M stackwalk/src/x86-swk.C
    M symtabAPI/CMakeLists.txt
    M symtabAPI/h/Aggregate.h
    M symtabAPI/h/Collections.h
    M symtabAPI/h/Function.h
    M symtabAPI/h/Module.h
    M symtabAPI/h/StringTable.h
    M symtabAPI/h/Symbol.h
    M symtabAPI/h/Symtab.h
    M symtabAPI/h/Type.h
    M symtabAPI/h/Variable.h
    M symtabAPI/src/Aggregate.C
    M symtabAPI/src/Collections.C
    M symtabAPI/src/Function.C
    M symtabAPI/src/Module.C
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object.C
    M symtabAPI/src/Object.h
    M symtabAPI/src/Symtab-edit.C
    M symtabAPI/src/Symtab-lookup.C
    M symtabAPI/src/Symtab.C
    M symtabAPI/src/Type-mem.h
    M symtabAPI/src/Type.C
    M symtabAPI/src/Variable.C
    M symtabAPI/src/dwarfWalker.C
    M symtabAPI/src/dwarfWalker.h
    M symtabAPI/src/parseStab.C

  Log Message:
  -----------
  Parallel DWARF parsing and improved parallel code parsing (#651)

* changes for parallelizing symtabapi

* Tweaks to use OpenMP (still one last reducer left)

* Mark a false race in Type.C.
    std::call_once has a barrier at the end, so anything that happens inside is visible to anything that happens after.

* Replace the Cilk reducer with an OpenMP reduction

* Remove some dead code, and move the reducer into the source file.

* Mark the last race so far, move VG macros to a separate file.

* Annotate the two core locks, negating a lot of the race reports
    Implementation is not great though, I moved mcs_init to be a real function call.
    There might be a better way to do this, will investigate at some point.

* Very awkwardly annotate a parallel hashmap by key. Consider implementing better magic.

* Wrap the callback in `omp critical`, to make it parallel-safe no matter what happens.

* Swap out the vector for a TBB concurrent_queue.

* Remove some unnessesary annotations, using a proper OpenMP handles them.

* Revert the core lock annotations, they don't actually really work.

* Macro-replace the locks with boost equivalents. Revert this commit later once the testing is complete, or refactor it fully out.

* Replace the 1-entry cache with a vector that expands with the number of threads.

* Reuse the DwarfWalker between loop iterations, to save some work

* Use the standard allocator, so that Valgrind can track it properly

* Silence some warnings

* Replace the write with a CAS, letting Valgrind mostly ignore it.

* Strengthen the condition, its good enough for now.

* Re-annotate the hash map similar to an RW lock (which it technically is)

* Nearly fully fix the function-static annotations, using a very small constructor.

* Add libc++ annotations to vgannotations, and shift includes around to make them work

* Actually do the annotations right. I learned things today.

* Tell Helgrind to ignore a few more things

* Disable checking on everything

* A few tweaks to annotation

* Add h-b arcs to the pfq rwlock

* Apparently vectors didn't work like I thought they did. Whoops.

* Elfutils is now more thread-safe, and fix the annotations to keep DRD quiet.

* Make vgannotations.h local to Dyninst, and do something C++ for the lazy inits.

* Make the custom locks first-class C++ types, and compatible with C++17's syntax.

* Replace the lock implementations with more reasonable alternatives.

* Move the annotation to handle the case where std::pair does the write

* Unify all the TBB types under a Dyninst-tagged namespace, to permit refactor

Also fix a few whitespace errors near affected lines.

* Move concurrent_hash_map annotations into the unified class.

* Shift the thread-local stuff into a template class

* Wiggle the parallel loops and fine-grain the locking for a performance boost.

* Use Boost's call_once to try and be a bit more portable

* Put some parallelism into DwarfFrameParser. Fixes blue42u/dyninst#18 and blue42u/dyninst#19

* Use atomics for the reference counting. Fixes blue42u/dyninst#4.

* Add an extra lock to the StringTable, and use it to mediate access to the internals. Fixes blue42u/dyninst#20.

* Add a lock for inlines management, fixes blue42u/dyninst#22.

* Add a lock to the function frame vectors, fixes blue42u/dyninst#21.

* Replace a map+lock with a proper parallel hashmap for performance.

* Replace a mutex'd multi_index_container with a series of concurrent_hash_maps.

* Remove the comments that were left over from Cilkscreen race detection.

...I meant to do this a long time ago...

* Fix a number of minor issues, and one possibly important typo.

* Use RAII-style classes when handling the locks.

* Add a few defines for when Valgrind annotations are turned off.

* Parallelize some stuff in Object, makes the loading of files a little faster.

* Swap out some hash_maps for their concurrent forms, more easy parallelism.

* Actually do the parsing properly, and add a lock where it was needed.

* Adding more parallelism.

* Get rid of unnecessary serial code in finalization and add parallelism for hints initialization

* Removed a lock, and attempts to fix the resulting issues that arose afterwards.

* Tweaks to remove the phase-based approach

* 1. Fix missing parsed edges caused by early resuming frames
2. Always choosing the alphabetically smallest name for a function if there are multiple

* Delete swap_busy

* 1. Handle ud2 instruction, which will raise an undefined opcode exception. Therefore, control flow should not fall through
2. When deleting a bogus function, the reference counts of the blocks in the function should be decremented

* 1. Rewrite createAndRecordFrame to allow concurrent frame creations.
2. Simplify the use of frame status: BAD_LOOKUP means frame does not exists
   and a caller should only create a new frame when the result is BAD_LOOKUP

* 1. Resume functions as soon as a function finds a ret instruction
2. Rewrite parts of the tail call correction in finalization

* Estimate parsing task size by function symbol size
and launch large tasks first

* Delete omp critical in parisng of a fram

* Get rid of unnecessary assert

* Small changes to fix some maybe-races

* Munge the annotations for c_hash_map a little, and hotfix a possible race.

* Silence a number of warnings. Identations a mess but its quieter.

* Rewrite the c_hash_map to expose the accessors as a rwlock.

* Replace lock for delayed frames with concurrent hash map

* Parallelize SymtabCodeSource::init_hints

* Parallelize CodeObject::process_hints

* Fix an infinite loop in the parsing finalization stages.

* 1. Fix parallelization for CodeObject::process_hint(): a local variable declared is moved from outside loop to inside loop
2. Fix debug print crash in Parser.C
3. Some code cleanup

* ParseAPI now initialize hints in parallel. So, if the user of ParseAPI overloads the function for creating
ParseAPI::Function, that code should be thread-safe.

Change the DynCFGFactor in dyninstAPI to use mutex to be thread-safe.

* Lasily preparing range data for functions and blocks.

* Add block ranges and clean some dead code

* Add a CMake flag to enable Valgrind annotations

* Use dyn_c_vector, and disable the parallelism for ELF stuff for now.

* Rough additions of locks in various places to make things work.

* Properly initialize the Module in all constructors.

* Fix compilation

* Get rid unnecessary boost::lock_guard and use entry lookup in loop tree construction

* Use static AArch64 decoder tables. Fixes dyninst/dyninst#630.

Other improvements include faster compile time (for affected files),
~1s less load time, ~7.8MiB smaller binary, and ~200KiB more memory usage.

Performance effects not yet tested.

* Should not delete unused ParseAPI::Function during parsing because CFGFactory will do delete all created functions in its destructor.

* Use exchange instead of store to keep Valgrind happy.

* Several fixes for analyzing .a files

1. Rewrite the OverlappingParseData to correct handle overlapping code regions.
2. In .o files, code starts at address 0, so address 0 can be a valid address.
   So, change indirect call target from address 0 to max address to represent indiret calls
3. Use CodeSource to check address validity, which would allow cross CodeRegions valid address;
   but use CodeRegion for raw code bytes, because using CodeSource may return code bytes
   from other regions that are overlapping.

* Fixes for gap parsing, which uses a different interface to call Parser

* Fix range data related to gap parsing

* Fix loop tree callee construction on Power

* Fix function removing in parsing finalization

* Fix crahses of symtabAPI tests on power

* Fix deadlock in constructing analysis graph for jump table analysis.

* Type refcount refactor, part 1: s/Type*/boost::shared_ptr<Type>/g

* Purge Type::refCount and all related code bits. The shared_ptr's handle it now.

Also add proper SFINAE on that one template, since now typeScalar and Type
have the same size (thank GCC's automatic bitfield construction).

* Add the backwards compatbility layer

* Fixup for a minor issue that should have popped up sooner

* CFGFactory class does not need to inherit boost_guard

* Fix compilation on ARM, and fix part of the backwards-compat layer.

* Adjust cmake file to new elfutils

* libdyninstAPI_RT.so should not link against libgomp, which would
cause crash at program startup time due to calling into uninitialized
rewritten libc.

* Cleanup OpenMP handling in build system

* Fix compilation when USE_OpenMP is set to OFF

* Fix a debug print crash

* Fix infinite recursion caused by missing stack unwind debug info

* Disable installing trampolines in instrumentation

* Stack walk should always have an increasing SP on x86

* Several fixes for parallel code parsing

1. Add a jump table finalization step. The assumption here is that different jump tables
   do not share entries. So, if one jump table runs into another one, we know that the
   entries that are overlapping with the next table are out-of-bound.
2. Remove edges and blocks for created by out-of-bound jump table entries
3. Handle problems of failing to resolve jump tables caused by out-of-bound entries from
   other jump table entries.

Co-authored-by: Jonathon Anderson <17242663+blue42u@xxxxxxxxxxxxxxxxxxxxxxxx>
Co-authored-by: Tim Haines <thaines.astro@xxxxxxxxx>


  Commit: a0afdbb7993cb046edf404d556e32b4ead2374b7
      https://github.com/dyninst/dyninst/commit/a0afdbb7993cb046edf404d556e32b4ead2374b7
  Author: Xiaozhu Meng <mxz297@xxxxxxxxx>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M dataflowAPI/src/AbslocInterface.C
    M parseAPI/src/SymbolicExpression.C

  Log Message:
  -----------
  Fixes for AbsRegion and jump table index slicing involving global variable (#695)

1. When converting AbsRegion, PC on x86/64 should use post-instruction address

2. During jump table index slicing, we should only read read-only memory locations.
   Note that we still allow reading writable memory locations during jump table reads
   as jump tables may be put in writable sections by compilers


  Commit: ee541552195c4b437b86f3ee3ee5fd9bb86fc704
      https://github.com/dyninst/dyninst/commit/ee541552195c4b437b86f3ee3ee5fd9bb86fc704
  Author: Xiaozhu Meng <mxz297@xxxxxxxxx>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
    M dataflowAPI/doc/Examples.tex
    M dataflowAPI/doc/dataflowAPI.pdf

  Log Message:
  -----------
  Update Examples in dataflowAPI (#700)

* Update Examples.tex file in dataflowAPI
* Update pdf

Co-authored-by: Tim Haines <thaines.astro@xxxxxxxxx>


  Commit: 4e14b3ebcb980c2de4d2c3e4404a86445ef26869
      https://github.com/dyninst/dyninst/commit/4e14b3ebcb980c2de4d2c3e4404a86445ef26869
  Author: Sasha NÃcolas <sasha@xxxxxxxxxxx>
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
    M dyninstAPI/src/Relocation/Widgets/PCWidget-aarch64.C
    M dyninstAPI/src/codegen-aarch64.h
    M dyninstAPI/src/inst-aarch64.C
    M dyninstAPI/src/parse-aarch64.C
    M symtabAPI/h/Region.h
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/emitElf.C
    M symtabAPI/src/emitElf.h
    M symtabAPI/src/emitElfStatic-aarch64.C

  Log Message:
  -----------
  PIE/PIC aarch64 rewrite implementation (#698)

* Implementing fixes for PIE/PIC for rewrite mode on aarch64

Fixes emitPLTCall and emitPLTJump
Fixes emitCall for binary edit
Fixes emitStoreShared, emitStoreRelative, emitLoadShared, and emitLoadRelative

* Fix emitPLTJump and emitPLTCall for zeroah
LDR instruction on Pre index mode behaves differently
in arm1 and zeroah.

* correct search of libc init and fini handlers (__libc_csu_init and __libc_csu_fini)
mirror functions add_handler and doStaticBinarySpecialCases to the other platforms
fill findGlobalConstructorFunc and findGlobalDestructorFunc
add RT_DYNSYM to Region as type
fix update of info column in the section table
update relocation of type R_AARCH64_IRELATIVE
fix use of moveValueToReg and generateAddSubShifted in IPPatch::apply


  Commit: 4f6f3dbb59312fb4edc75f618d76cd253460d714
      https://github.com/dyninst/dyninst/commit/4f6f3dbb59312fb4edc75f618d76cd253460d714
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2020-03-10 (Tue, 10 Mar 2020)

  Changed paths:
    M symtabAPI/h/Type.h
    M symtabAPI/src/Type.C

  Log Message:
  -----------
  Remove undefined behavior from Symtab::Type (#706)

Calling a member function of a base class before the base class's constructor has completed is undefined behavior.


  Commit: 6ba74008952caa99431ca240e89f242a1a599f6b
      https://github.com/dyninst/dyninst/commit/6ba74008952caa99431ca240e89f242a1a599f6b
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2020-03-15 (Sun, 15 Mar 2020)

  Changed paths:
    M symtabAPI/src/dwarfWalker.C

  Log Message:
  -----------
  Do not use non-trivial types in varargs (#704)

How this is handled is implementation-defined.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64867


  Commit: 38e23fc01d06ec455318754eb619f8aae1b75a01
      https://github.com/dyninst/dyninst/commit/38e23fc01d06ec455318754eb619f8aae1b75a01
  Author: Sasha NÃcolas <sasha@xxxxxxxxxxx>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M dyninstAPI/src/codegen-aarch64.C

  Log Message:
  -----------
  Use register x30 (Link Register) to generate long branch (#720)

on platform aarch64.


  Commit: 20673aae1701fd656b649dee9711ccc270c84a06
      https://github.com/dyninst/dyninst/commit/20673aae1701fd656b649dee9711ccc270c84a06
  Author: Sasha NÃcolas <sasha@xxxxxxxxxxx>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M dyninstAPI/src/parse-aarch64.C
    M dyninstAPI/src/parse-power.C
    M dyninstAPI/src/parse-x86.C

  Log Message:
  -----------
  Add search of libgcc.a to x86 and aarch64 (#731)

and warn user if it's not found.


  Commit: 482e0f8e73b70bca726ffbf9fcb76aec7b1bc21a
      https://github.com/dyninst/dyninst/commit/482e0f8e73b70bca726ffbf9fcb76aec7b1bc21a
  Author: Sasha Nicolas (zeroah) <sasha@xxxxxxxxxxx>
  Date:   2020-03-30 (Mon, 30 Mar 2020)

  Changed paths:
    A .github/ISSUE_TEMPLATE/bug_report.md
    A .github/ISSUE_TEMPLATE/feature_request.md
    A .github/ISSUE_TEMPLATE/question.md
    M .gitignore
    M CMakeLists.txt
    M cmake/Boost.cmake
    M cmake/ElfUtils.cmake
    M cmake/LibIberty.cmake
    M cmake/Modules/FindLibElf.cmake
    A cmake/Modules/FindValgrind.cmake
    M cmake/ThreadingBuildingBlocks.cmake
    M common/CMakeLists.txt
    M common/h/IBSTree-fast.h
    M common/h/IBSTree.h
    A common/h/concurrent.h
    R common/h/mcs-lock.h
    R common/h/pfq-rwlock.h
    R common/h/race-detector-annotations.h
    M common/src/arch-x86.C
    A common/src/concurrent.C
    M common/src/debug_common.C
    M common/src/debug_common.h
    M common/src/linuxKludges.C
    R common/src/mcs-lock.C
    M common/src/pfq-rwlock.C
    R common/src/race-detector-annotations.C
    M common/src/singleton_object_pool.h
    A common/src/vgannotations.h
    M dataflowAPI/doc/Examples.tex
    M dataflowAPI/doc/dataflowAPI.pdf
    M dataflowAPI/h/slicing.h
    M dataflowAPI/src/AbslocInterface.C
    M dataflowAPI/src/debug_dataflow.C
    M dataflowAPI/src/liveness.C
    M dwarf/CMakeLists.txt
    M dwarf/h/dwarfFrameParser.h
    M dwarf/src/dwarfFrameParser.C
    M dyninstAPI/h/BPatch_process.h
    M dyninstAPI/h/BPatch_type.h
    M dyninstAPI/src/BPatch.C
    M dyninstAPI/src/BPatch_addressSpace.C
    M dyninstAPI/src/BPatch_function.C
    M dyninstAPI/src/BPatch_module.C
    M dyninstAPI/src/BPatch_process.C
    M dyninstAPI/src/BPatch_snippet.C
    M dyninstAPI/src/BPatch_type.C
    M dyninstAPI/src/Parsing.C
    M dyninstAPI/src/Parsing.h
    M dyninstAPI/src/Relocation/Springboard.C
    M dyninstAPI/src/Relocation/Widgets/PCWidget-aarch64.C
    M dyninstAPI/src/codegen-aarch64.C
    M dyninstAPI/src/codegen-aarch64.h
    M dyninstAPI/src/dynProcess.C
    M dyninstAPI/src/dynProcess.h
    M dyninstAPI/src/emit-aarch64.C
    M dyninstAPI/src/emit-x86.C
    M dyninstAPI/src/function.C
    M dyninstAPI/src/inst-aarch64.C
    M dyninstAPI/src/parse-aarch64.C
    M dyninstAPI/src/parse-cfg.h
    M dyninstAPI/src/parse-power.C
    M dyninstAPI/src/parse-x86.C
    M dyninstAPI/src/pcEventHandler.C
    M dyninstAPI/src/pcEventHandler.h
    M dyninstAPI/src/unix.C
    M dyninstAPI_RT/CMakeLists.txt
    M dyninstAPI_RT/h/dyninstAPI_RT.h
    M dyninstAPI_RT/src/RTcommon.c
    M dyninstAPI_RT/src/RTcommon.h
    M dyninstAPI_RT/src/RTlinux.c
    M dyninstAPI_RT/src/RTthread-aarch64.c
    M examples/CMakeLists.txt
    M instructionAPI/src/InstructionDecoderImpl.C
    M instructionAPI/src/Operation.C
    M parseAPI/CMakeLists.txt
    M parseAPI/h/CFG.h
    M parseAPI/h/CFGFactory.h
    M parseAPI/h/CodeSource.h
    M parseAPI/h/LockFreeQueue.h
    M parseAPI/src/Block.C
    M parseAPI/src/BoundFactCalculator.C
    M parseAPI/src/CFGFactory.C
    M parseAPI/src/CFGModifier.C
    M parseAPI/src/CodeObject.C
    M parseAPI/src/Function.C
    M parseAPI/src/IA_IAPI.C
    M parseAPI/src/IA_IAPI.h
    M parseAPI/src/IA_aarch64.h
    M parseAPI/src/IA_power.h
    M parseAPI/src/IndirectASTVisitor.C
    M parseAPI/src/IndirectASTVisitor.h
    M parseAPI/src/IndirectAnalyzer.C
    M parseAPI/src/IndirectAnalyzer.h
    M parseAPI/src/JumpTableFormatPred.C
    M parseAPI/src/JumpTableFormatPred.h
    M parseAPI/src/LoopAnalyzer.C
    M parseAPI/src/ParseData.C
    M parseAPI/src/ParseData.h
    M parseAPI/src/Parser-speculative.C
    M parseAPI/src/Parser.C
    M parseAPI/src/Parser.h
    M parseAPI/src/ParserDetails.C
    M parseAPI/src/ProbabilisticParser.C
    M parseAPI/src/ProbabilisticParser.h
    M parseAPI/src/SymbolicExpression.C
    M parseAPI/src/SymtabCodeSource.C
    M parseAPI/src/ThunkData.C
    M parseAPI/src/debug_parse.C
    M parseThat/CMakeLists.txt
    M proccontrol/src/linux.C
    M stackwalk/src/linuxbsd-swk.C
    M stackwalk/src/x86-swk.C
    M symtabAPI/CMakeLists.txt
    M symtabAPI/h/Aggregate.h
    M symtabAPI/h/Collections.h
    M symtabAPI/h/Function.h
    M symtabAPI/h/Module.h
    M symtabAPI/h/RangeLookup.h
    M symtabAPI/h/Region.h
    M symtabAPI/h/StringTable.h
    M symtabAPI/h/Symbol.h
    M symtabAPI/h/Symtab.h
    M symtabAPI/h/Type.h
    M symtabAPI/h/Variable.h
    M symtabAPI/src/Aggregate.C
    M symtabAPI/src/Collections.C
    M symtabAPI/src/Function.C
    M symtabAPI/src/Module.C
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object.C
    M symtabAPI/src/Object.h
    M symtabAPI/src/Symtab-edit.C
    M symtabAPI/src/Symtab-lookup.C
    M symtabAPI/src/Symtab.C
    M symtabAPI/src/Type-mem.h
    M symtabAPI/src/Type.C
    M symtabAPI/src/Variable.C
    M symtabAPI/src/dwarfWalker.C
    M symtabAPI/src/dwarfWalker.h
    M symtabAPI/src/emitElf.C
    M symtabAPI/src/emitElf.h
    M symtabAPI/src/emitElfStatic-aarch64.C
    M symtabAPI/src/parseStab.C

  Log Message:
  -----------
  Merge branch 'master' into multiple_funcCall


Compare: https://github.com/dyninst/dyninst/compare/949510c7ee85...482e0f8e73b7

[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 2094db: Update issue templates, noreply <=