source: rtems-tools/tester/covoar

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @0c4884a   04/16/21 18:24:15 alex.white covoar/Target_aarch64: Swap QEMU taken/not taken bits This overrides …
(edit) @29fee42   04/16/21 18:12:46 alex.white Revert "covoar/TargetBase: Fix QEMU branch info" This reverts commit …
(edit) @292363d   04/16/21 14:39:41 alex.white covoar/Target_arm: Add cbz and cbnz as branch instructions This adds …
(edit) @177c752   04/11/21 01:08:20 joel TraceWriterQEMU.cc: Multiple clean ups Change sprintf() to strncpy() …
(edit) @4faf9a6   04/10/21 23:54:25 joel covoar/TargetBase.h: Remove unused member variables Both flagged by …
(edit) @e84b9f3   04/05/21 16:40:03 alex.white covoar: Fix NULL check of wrong variable (CID #1399602) CID 1399602: …
(edit) @de185fe   04/05/21 16:29:25 alex.white covoar: Use range-based for loops in ReportsBase? Some of the loops in …
(edit) @092bf04   04/06/21 20:40:42 joel covoar: Eliminate tabs
(edit) @fcef37b   04/06/21 20:24:08 joel covoar: Remove training white spaces
(edit) @b02600a   04/02/21 21:21:43 alex.white covoar: Split symbols by symbol set This changes the way covoar …
(edit) @26538d6   03/31/21 16:01:06 alex.white covoar: Fix off-by-one in Coverage::finalizeSymbol() The rangeIndex
(edit) @0e6c7ec   03/01/21 16:58:11 alex.white covoar/Reports: Fix empty branch report This makes the branch report …
(edit) @917469b   02/26/21 23:11:06 alex.white covoar: Fix overflow of high PC address This fixes an integer …
(edit) @9720218   02/25/21 17:08:36 alex.white covoar: Catch exceptional case
(edit) @ff418df   02/25/21 16:56:11 alex.white covoar: Fix null pointer dereference A null pointer dereference …
(edit) @4d21ff8   02/25/21 16:52:41 alex.white coverage/reports: Share common JS and CSS in reports This moves all …
(edit) @0459749   02/25/21 16:47:58 alex.white coverage/reports: Improve formatting and clarity The coverage reports …
(edit) @4aabd9b   02/25/21 16:35:39 alex.white covoar/reports: Add new statistics to summary The following new …
(edit) @7d14bb8   03/15/21 14:51:47 alex.white covoar: Handle periods in symbols from objdump Occasionally the …
(edit) @a7802e3   03/03/21 15:37:47 alex.white covoar: Fix DWARF reading There were a couple of issues with the way …
(edit) @e80fd3e   02/24/21 22:03:44 alex.white covoar/TargetBase: Fix QEMU branch info The taken/not taken bit was …
(edit) @2845f6c   02/24/21 21:58:08 alex.white covoar/CoverageReaderQEMU: Fix infinite loop There was a potential …
(edit) @4cca9c2   02/24/21 21:41:26 alex.white covoar/Target_arm: Add THUMB branch instructions The ".n" and ".w" …
(edit) @d046b2d   02/24/21 21:38:22 alex.white covoar/Target_i386: Add NOP patterns A couple of NOP patterns found …
(edit) @e5c985e   02/24/21 22:53:43 alex.white covoar: Fix NOP execution marking Some NOP instructions were not …
(edit) @d9454ca   02/24/21 21:53:22 alex.white covoar: Add aarch64 target
(edit) @9fce5fc   02/24/21 21:34:51 alex.white covoar/TargetBase: Rename branchInstructions to …
(edit) @18d3daa   01/24/20 09:57:16 vijaykumar9597 covoar/wscript: Install covoar.css and table.js 5
(edit) @d7979de   05/27/19 00:08:27 Chris Johns waf: Update the check_cc tests to a newer method supported by waf. - … 5
(edit) @4828c19   02/05/19 16:45:44 vijaykumar9597 Coverage : Add coverage support for RISCV 5
(edit) @c553ccd   01/25/19 15:40:29 Jiri Gaisler covoar: wrong symbol length in coverage map 5
(edit) @dd6a10d   01/25/19 15:39:18 Jiri Gaisler covoar: enable -f switch to select other coverage formats 5
(edit) @dd3d0cc   01/25/19 15:36:24 Jiri Gaisler covoar: debug print-out of addresses should be in hex 5
(edit) @61410db   11/28/18 21:03:29 Chris Johns tester/coverage: Remove warnings in covoar on Windows. 5
(edit) @a1498ab   11/25/18 09:27:00 vijaykumar9597 Coverage : install covoar in tester/bin 5
(edit) @a3a1364   08/21/18 04:43:28 Chris Johns covoar: Close the ELF and DWARF handles once the data is loaded. This … 5
(edit) @99c90b3   08/05/18 23:41:08 Chris Johns tester/covoar: Integrate DWARF function data. Use DAWRF function data … 5
(edit) @e86646c   06/22/18 15:05:55 joel covoar: Address kill() on Cygwin 5
(edit) @bf8e59f   06/21/18 07:55:24 Chris Johns covoar: Covert CoverageMapBase? C to C++ Updates #3462 5
(edit) @8009d08   06/17/18 23:36:01 Chris Johns tester: Correct usage for covoar. 5
(edit) @d6ae3ae   05/11/18 05:25:53 Chris Johns tester/covoar: ExecutableInfo? C to C++ change. 5
(edit) @881824f   05/11/18 02:24:11 Chris Johns tester/covoar: Remove all exit() calls and throw an rld::error … 5
(edit) @dbb56a8   05/08/18 05:09:42 Chris Johns covoar: Add libdwarf to the include path. 5
(edit) @cdfc56a   05/08/18 05:09:41 Chris Johns covoar: Control the RLD verbose level from the -v option. 5
(edit) @efbf8f0   05/08/18 05:09:40 Chris Johns covoar: Refactor DesiredSymbols?.cc to C++11. 5
(edit) @fb987e8   05/08/18 05:09:39 Chris Johns covoar: Use DWARF to map addresses to source files and lines. 5
(edit) @e04699b   05/24/18 21:25:38 Chris Johns tester/covoar: Do not load an executable's local symbols. 5
(edit) @70dac81   05/14/18 19:26:21 cpodonnell8 covoar: Fix build path checks for multiple executables. 5
(edit) @14c7f25   04/28/18 08:12:46 Chris Johns tester/covoar: Remove the C part of main and convert to C++ This is a … 5
(edit) @3e187ba   04/25/18 20:33:58 cpodonnell8 covoar: Add symbol set reader and ELF data parser to covoar. Add … 5
(edit) @0333442   01/02/18 22:59:31 joel tester/covoar/covoar.cc: Add missing throw keyword Why clang caught … 5
(edit) @b516a58   12/05/17 14:03:44 joel tester/covoar/covoar.cc: Exit using exit() rather than just throwing. … 5
(edit) @149144f   12/05/17 13:52:21 joel tester/covoar/covoar.cc: Clean up formatting (tabs, braces, … 5
(edit) @0054585   10/13/17 16:31:47 Chris Johns tester/covoar: Use standard waf modules for linking. Use the standard … 5
(edit) @f4378ea   09/14/17 23:04:55 joel tester/covoar/DesiredSymbols.cc: Now compiles on Cygwin 5
(edit) @f4773ac   09/13/17 15:45:30 cpodonnell8 covoar: Add function defs to fix Windows build errors. Closes #3129 5
(edit) @cb0677b   09/10/17 21:11:19 Chris Johns Add Windows includes so the rtemstoolkit builds. Closes #3128. 5
(edit) @f9a4b2c   08/26/17 08:15:58 cpodonnell8 covoar: Remove config file and test critical options are valid. 5
(edit) @4600903   08/26/17 08:15:57 cpodonnell8 covoar/CoverageReaderQEMU.cc: Remove trace block matching check. This … 5
(edit) @6a4859e   08/26/17 08:15:56 cpodonnell8 covoar: Use rld tempfile and add signals to clean up in event of … 5
(edit) @4cee5c3   08/26/17 08:15:55 Krzysztof Miesowicz covoar/wscript: Add paths to rtemstoolkit to build. Co-Author: … 5
(edit) @9534157   08/26/17 08:15:54 cpodonnell8 covoar/ObjdumpProcessor.cc: Remove jump tables from the end of … 5
(edit) @cb018bc   08/26/17 08:15:53 hermann19829 covoar: Add information to improve diagnostics. 5
(edit) @b857151   08/26/17 08:15:52 hermann19829 covoar: Fix buffer overflow and fix br tag in html report. Co-Author: … 5
(edit) @05b4cfb   08/26/17 08:15:51 chouteau covoar/qemu-traces.h: Change to match current couverture-qemu file. 5
(edit) @7148cae   02/19/16 03:46:15 Chris Johns Add Windows specific waf support for MSYS2. Limit the compilers used … 4.105
(edit) @a8c4f3f   02/16/15 00:25:22 Chris Johns Update the Windows header to direct.h for _mkdir per the MSDN. 4.104.115
(edit) @f381f26   01/19/15 21:56:14 Chris Johns Fix covoar so it builds for Windows. 4.104.115
(edit) @749ddf1   09/13/14 00:47:07 Chris Johns waf: Include waf in the souce tree and updated README on building. … 4.104.115
(add) @100f517   05/09/14 11:50:37 Chris Johns covoar: Merger the covoar source from rtems-testing.git. Use waf to … 4.104.115
Note: See TracRevisionLog for help on using the revision log.