Re: Unable to trace assembler in GDB 14.2 on Solaris 11.3/sparc
john o goyo <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Greetings, Andrew. On 2024-03-18 05:41, Andrew Haley wrote: > On 3/16/24 14:50, john o goyo wrote: >> Assistance requested, thank you. > > Does Solaris call it _main, not main ? > Solaris calls it main. => nm a.out | grep -i main [81] | 134368| 0|NOTY |GLOB |0 |20 |main The (old) tutorial I am reading uses gdb 4.16 and it can set a breakpoint on main. Sincerely, john