[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] using gdb 6.6 on linux fail after dec18 2013
From: |
Sergey Korshunoff |
Subject: |
[Tinycc-devel] using gdb 6.6 on linux fail after dec18 2013 |
Date: |
Sat, 3 Jan 2015 22:03:02 +0300 |
There is a patch 4aec2902cabb819e24850c80ddb364b7b4308b7b
Author: Thomas Preud'homme <address@hidden>
Date: Wed Dec 18 11:17:17 2013 +0800
Split elf_output_file in smaller functions
After this patch a usage of the gdb 6.6 on Linux is not possible (gdb
can not find a main proc for setting a breakpoint). Which debuger you
on LInux to debug a programs compiled by tcc?
PS: I don't have problems with debugging a programs which are compiled
by gcc 4.1.2, 3.4.6, ...