Bug 5135 - gdb not stop on breakpoints, placed in class constructors
Summary: gdb not stop on breakpoints, placed in class constructors
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: gdb (show other bugs)
Version: unstable
Hardware: all Linux
: P2 major
Assignee: Gleb F-Malinovskiy
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 08:13 MSD by partizan
Modified: 2005-07-13 15:46 MSD (History)
3 users (show)

See Also:


Attachments
тестовый пример (111 bytes, text/plain)
2004-09-01 08:17 MSD, partizan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description partizan 2004-09-01 08:13:22 MSD
При попытке пошаговой отладки gdb входит в конструктор, но судя по адресу
функции, он входит в соседнюю функцию (смещение порядка +20h от точки останова).
Comment 1 partizan 2004-09-01 08:17:16 MSD
Created attachment 587 [details]
тестовый пример
Comment 2 Dmitry V. Levin 2004-09-01 19:43:07 MSD
Unable to reproduce, tested with "g++ -g -O2".