I'm posting this and then answering myself to document the issue for others.
I am using the TI CC2650 Launchpad with the Simplelink BLE stack. The project I compile and run is Project Zero (with edited code and additional profiles).
I want to place breakpoints in some functions inside the profile. For most of them i can't! When I look in the disassembly while debugging, I see that symbols are not available.
The only places I can place breakpoints are in main.c or inside callbacks.
How do I place breakpoints elsewhere? Where are my symbols?