In release version, when debugging, sometimes there's no debug information files, in this case, there's no convenient way to b main to start at main function. 
So how can I let gdb break at the entry of the program, either the _start entry point or the C style main function?
 
    