Skip to content

volumit/gdb-tricore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

gdb-tricore

A gdb which supports a TriCore processor.

Tested with https://github.com/volumit/qemu

set qemu_command "/home/dummy/qemu_tricore_6250/bin/qemu-system-tricore -nographic -M tricore_tsim161 -S -gdb tcp::1234 -kernel"

Still work to be done:

Fix the remaining unexpected failures

Fix the unexpected successes

Fix the unknow successes

Recheck if untested/unsupported testcases are plausible

extension of testcases/unwinding towards more complicated use case (e.g. Interrupt,Trap etc.)

extension to check multicore thread/inferior

Remarks:

Fails in the gdb test suite are maybe related:

gcc, binutils, newlib, gdb, qemu

It is a hard task to findout the root cause.

Test run by dummy on Tue Feb 1 22:15:47 2022

Target is tricore-unknown-elf

Host is x86_64-pc-linux-gnu

=== gdb tests ===

Schedule of variations: tricore-qemu

=== gdb Summary ===

of expected passes 63026

of unexpected successes 12

of expected failures 305

of unknown successes 2

of known failures 71

of unresolved testcases 6

of untested testcases 183

of unsupported tests 385

of paths in test names 2

of duplicate test names 112

/home/dummy/aurix_gdb_10/bin/tricore-elf-gdb version 10.0.50.20200909-git -nw -nx -iex "set height 0" -iex "set width 0"

configure
--host=x86_64-linux-gnu
--target=tricore-elf
--program-prefix=tricore-elf-
--disable-nls
--disable-itcl
--disable-tk
--disable-tcl
--disable-winsup
--disable-gdbtk
--disable-libgui
--disable-rda
--disable-sid
--disable-sim
--disable-newlib
--disable-libgloss
--disable-gas
--disable-ld
--disable-binutils
--disable-gprof
--disable-source-highlight
--with-system-zlib
--prefix=$INSTALL_PREFIX
--disable-werror
--with-python

About

A gdb which support a TriCore processor

Resources

License

GPL-2.0 and 3 other licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LIB
Unknown
COPYING.LIBGLOSS
Unknown
COPYING.NEWLIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.8%
  • Assembly 14.2%
  • Makefile 13.8%
  • DTrace 8.9%
  • D 7.0%
  • C++ 4.2%
  • Other 5.1%