summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/gdb/gdb-microblaze.inc
Commit message (Collapse)AuthorAgeFilesLines
* meta-microblaze: gdb: Fix target GDB compilation for Linux nativeMark Hatle2024-07-241-0/+3
| | | | | | | | | | | | Add patch for Linux native issue Add library linkage to libatomic to address: ld: /usr/include/c++/13.3.0/bits/atomic_base.h:1015:(.text+0x16d0c): undefined reference to `__atomic_compare_exchange_1' Also remove extra files no longer required. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: gdb: Update to latest versionMark Hatle2024-07-241-9/+46
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* microblaze: gdb: Fix crash on startupMark Hatle2024-04-011-0/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Revert "meta-microblaze: gdb: Temporarily disable GDB"Mark Hatle2022-11-081-5/+0
| | | | | | This reverts commit 17daecd2918a7cd98f61825704cac1d9d3a046e2. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* gdb-microblaze: Update to new version of the portMark Hatle2022-11-081-14/+11
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: gdb: Temporarily disable GDBMark Hatle2022-08-311-0/+5
| | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* gdb: Fix error in inline_frame_snifferMark Hatle2022-07-281-0/+1
| | | | | | | | | Depth: Total number of inline functions [refer inline-frame.c] state->skipped_frames : Number of inline functions skipped. the current unwind_pc is causing an issue when we try to step into inline functions[Depth is becoming 0]. It’s incrementing pc by 8 even with si instruction. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microbalze: gdb: Enable gdb and gdbserver on microblazeMark Hatle2022-07-281-6/+6
| | | | | | | Replace existing integration with new work that enables target gdb and gdbserver. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* gdb: Upgrade to the honister versionMark Hatle2022-01-141-46/+10
| | | | | | | | Move from pinned gdb version 9.2 to the honister version. Note: gdb/gdbserver for the target is known to not work yet. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Convert to new override syntaxSai Hari Chandana Kalluri2021-09-281-3/+3
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* binutils/gdb: Fix various microblaze 64 issuesMark Hatle2021-07-141-6/+2
| | | | | | | Issue: CR-1089197 Issue: CR-1093443 Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* gdb: Fix on-target GDB compilationMark Hatle2020-12-071-0/+1
| | | | | | | | Target gdb/gdbserver failed to compile due to out of date microblaze-linux-nat.c, correct this and ancillary files. Note, this only corrects compilation the code may not function properly. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* gdb: update to early gatesgarth versionMark Hatle2020-12-041-32/+50
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-microblaze: toolchainsMark Hatle2020-08-141-39/+31
| | | | | | | | | | Resync the microblaze toolchain items to match the latest YP master version. binutils and gdb are based on the same patch set, but the release version are based on slightly different sources, thus the patches are a bit different. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* meta-microblaze: Rename recipes-microblaze to match oe-coreMark Hatle2020-08-141-0/+47
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>