summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTarget.cpp
AgeCommit message (Expand)Author
2013-12-13Centralized the launching of a process into Target::Launch()Greg Clayton
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-29<rdar://problem/15144376>Enrico Granata
2013-10-11<rdar://problem/13635174>Greg Clayton
2013-10-08<rdar://problem/14028923>Enrico Granata
2013-09-11When target module add/SBTarget::AddModule()'ing, if an architecture isn't sp...Jason Molenda
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton
2013-06-18We were getting an assert because somebody was making a watchpoint that wasJim Ingham
2013-04-01Avoid hang in attach-by-name test caseDaniel Malea
2013-03-28<rdar://problem/11730263>Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-25Modified patch from Prabhat Verma to enable loading core files through the SB...Greg Clayton
2013-03-25<rdar://problem/13404009>Han Ming Ong
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham
2013-02-07<rdar://problem/13107151>Enrico Granata
2013-02-01Allow the target to give out the size of the red zone for given ABIs.Greg Clayton
2013-01-29<rdar://problem/12524607>Greg Clayton
2013-01-16<rdar://problem/13021266>Enrico Granata
2013-01-04<rdar://problem/12928282>Greg Clayton
2012-12-19This patch removes the SymbolFileSymtab support Sean Callanan
2012-12-05<rdar://problem/12749733>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12750060>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-23Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham
2012-10-20Improved logging for the SBTarget's launchingSean Callanan
2012-09-29Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda
2012-09-27Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton
2012-09-27If we are attached to a platform, then make sure that we can verify that a pr...Greg Clayton
2012-09-07Patch from Andrew Kaylor for linux:Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-07-07<rdar://problem/11357711>Greg Clayton
2012-06-04rdar://problem/11584012Johnny Chen
2012-05-31Thread-hardening the SB API calls related to watchpoint operations.Johnny Chen
2012-05-22Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham
2012-05-19Fixes the case where we created a dummy target, deleted it, and then tried to...Filipe Cabecinhas
2012-04-23Added the ability to specify the symbol file for a module when adding it to a...Greg Clayton
2012-04-06In a prior commit, I changed the parameters around on a ModuleList::FindTypes...Greg Clayton
2012-03-29Removed unused variable.Greg Clayton
2012-03-27lldb_private::Section objects have a boolean flag that can be set that Greg Clayton
2012-03-26<rdar://problem/11113279>Greg Clayton
2012-03-07Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInf...Greg Clayton
2012-03-06Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton
2012-03-06Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham