https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289945
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |[email protected] --- Comment #1 from Ed Maste <[email protected]> --- confirmed; for a 64-bit hello world with `log enable lldb break` I see, after `run`: lldb Breakpoint::ModulesChanged: num_modules: 1 load: 1 delete_locations: 0 lldb Target::AddBreakpoint (internal = yes) => break_id = -1: names = {'_dl_debug_state', 'rtld_db_dlactivity', '__dl_rtld_db_dlactivity', 'r_debug_state', '_r_debug_state', '_rtld_debug_state'}, language = c, module = ld-elf.so.1 lldb GDBRemoteCommunicationClient::SendGDBStoppointTypePacket() add at addr = 0x1943d8a625b0 lldb Breakpoint::ModulesChanged: num_modules: 1 load: 1 delete_locations: 0 lldb GDBRemoteCommunicationClient::SendGDBStoppointTypePacket() add at addr = 0x4004d6 lldb 0x000016c0f8a4f318 Broadcaster("lldb.target")::BroadcastEvent (event_sp = 0x16c0f8c1eef8 Event: broadcaster = 0x16c0f7f8f620 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations resolved}, unique=false) hijack = 0x0000000000000000 lldb Breakpoint::ModulesChanged: num_modules: 1 load: 1 delete_locations: 0 for 32-bit: lldb Breakpoint::ModulesChanged: num_modules: 1 load: 0 delete_locations: 1 lldb 0x00003c7a9584f318 Broadcaster("lldb.target")::BroadcastEvent (event_sp = 0x3c7a94c48b68 Event: broadcaster = 0x3c7a94d8f620 (lldb.target), type = 0x00000001 (breakpoint-changed), data = {bkpt: 1 type: locations removed}, unique=false) hijack = 0x0000000000000000 -- You are receiving this mail because: You are the assignee for the bug.
