summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid hang in attach-by-name test caseDaniel Malea2013-04-011-4/+7
* <rdar://problem/11730263>Greg Clayton2013-03-281-3/+15
* <rdar://problem/13521159>Greg Clayton2013-03-271-29/+29
* Modified patch from Prabhat Verma to enable loading core files through the SB...Greg Clayton2013-03-251-0/+20
* <rdar://problem/13404009>Han Ming Ong2013-03-251-2/+2
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+21
* <rdar://problem/13107151>Enrico Granata2013-02-071-2/+1
* Allow the target to give out the size of the red zone for given ABIs.Greg Clayton2013-02-011-0/+19
* <rdar://problem/12524607>Greg Clayton2013-01-291-3/+27
* <rdar://problem/13021266>Enrico Granata2013-01-161-0/+9
* <rdar://problem/12928282>Greg Clayton2013-01-041-0/+71
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-1/+52
* <rdar://problem/12749733>Greg Clayton2012-12-051-19/+54
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12750060>Greg Clayton2012-12-041-0/+21
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-1/+3
* Improved logging for the SBTarget's launchingSean Callanan2012-10-201-4/+69
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-1/+1
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-271-1/+1
* If we are attached to a platform, then make sure that we can verify that a pr...Greg Clayton2012-09-271-3/+12
* Patch from Andrew Kaylor for linux:Greg Clayton2012-09-071-3/+6
* <rdar://problem/11757916>Greg Clayton2012-08-291-2/+6
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-0/+12
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-3/+2
* <rdar://problem/11357711>Greg Clayton2012-07-071-3/+3
* rdar://problem/11584012Johnny Chen2012-06-041-2/+4
* Thread-hardening the SB API calls related to watchpoint operations.Johnny Chen2012-05-311-0/+11
* Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham2012-05-221-8/+25
* Fixes the case where we created a dummy target, deleted it, and then tried to...Filipe Cabecinhas2012-05-191-1/+1
* Added the ability to specify the symbol file for a module when adding it to a...Greg Clayton2012-04-231-2/+14
* In a prior commit, I changed the parameters around on a ModuleList::FindTypes...Greg Clayton2012-04-061-1/+1
* Removed unused variable.Greg Clayton2012-03-291-1/+0
* lldb_private::Section objects have a boolean flag that can be set that Greg Clayton2012-03-271-23/+21
* <rdar://problem/11113279>Greg Clayton2012-03-261-5/+6
* Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInf...Greg Clayton2012-03-071-4/+25
* Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton2012-03-061-0/+29
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-0/+72
* <rdar://problem/10967188>Han Ming Ong2012-03-021-2/+1
* <rdar://10949461>Han Ming Ong2012-02-291-7/+9
* <rdar://10950312>Han Ming Ong2012-02-291-1/+10
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-11/+7
* <rdar://problem/3535148>Han Ming Ong2012-02-251-0/+8
* Added some missing accessors to the SBAttachInfo for user and group IDGreg Clayton2012-02-241-0/+36
* Fixed the launching code when using the new SBLaunchInfo.Greg Clayton2012-02-241-68/+27
* Added the new way we will eventually do all attaches and launches. First clientsGreg Clayton2012-02-241-0/+544
* <rdar://problem/10103468>Greg Clayton2012-02-241-4/+3
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+6
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+3
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-8/+8
OpenPOWER on IntegriCloud