summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-4/+4
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-2/+5
* Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok2014-09-191-0/+84
* Fix some warnings in the Windows build.Zachary Turner2014-07-161-1/+1
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+12
* Remove unused variablesSaleem Abdulrasool2014-06-131-11/+0
* Allow clients to control the exact path that is used to launch processes by a...Greg Clayton2014-05-071-15/+30
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-197/+175
* lldb arm64 import.Jason Molenda2014-03-291-0/+11
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-1/+1
* Centralized the launching of a process into Target::Launch()Greg Clayton2013-12-131-103/+34
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-6/+40
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+13
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* <rdar://problem/15144376>Enrico Granata2013-10-291-1/+1
* <rdar://problem/13635174>Greg Clayton2013-10-111-34/+53
* <rdar://problem/14028923>Enrico Granata2013-10-081-0/+45
* When target module add/SBTarget::AddModule()'ing, if an architecture isn't sp...Jason Molenda2013-09-111-0/+2
* Huge change to clean up types.Greg Clayton2013-07-111-3/+3
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-0/+11
* We were getting an assert because somebody was making a watchpoint that wasJim Ingham2013-06-181-0/+6
* 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
OpenPOWER on IntegriCloud